You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main entry point for the system, responsible for all sorts of management operations for the whole service of managed service registry.
7
+
Managed Service Registry cloud.redhat.com API Management API that lets you create new registry instances. Registry is a datastore for standard event schemas and API designs. Service Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without needing to redeploy. Registry is an Managed version of upstream project called Apicurio Registry. Apicurio Registry also enables developers to create rules that govern how registry content can evolve over time. For example, this includes rules for content validation and version compatibility.
10
8
9
+
For more information, please visit [https://cloud.redhat.com/beta/application-services/streams/](https://cloud.redhat.com/beta/application-services/streams/)
11
10
12
11
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
13
12
@@ -77,19 +76,25 @@ Please follow the [installation](#installation) instruction and execute the foll
*InfoApi* | [**getSchema**](docs/InfoApi.md#getSchema) | **GET** /api/serviceregistry_mgmt/v1 | Get the OpenAPI schema for version 1 of this REST API.
110
-
*RegistriesApi* | [**createRegistry**](docs/RegistriesApi.md#createRegistry) | **POST** /api/serviceregistry_mgmt/v1/registries | Create a Registry.
111
-
*RegistriesApi* | [**deleteRegistry**](docs/RegistriesApi.md#deleteRegistry) | **DELETE** /api/serviceregistry_mgmt/v1/registries/{registryId} | Delete a Registry
114
+
*RegistriesApi* | [**createRegistry**](docs/RegistriesApi.md#createRegistry) | **POST** /api/serviceregistry_mgmt/v1/registries | Create a new Registry instance
115
+
*RegistriesApi* | [**deleteRegistry**](docs/RegistriesApi.md#deleteRegistry) | **DELETE** /api/serviceregistry_mgmt/v1/{id} | Delete a Registry
112
116
*RegistriesApi* | [**getRegistries**](docs/RegistriesApi.md#getRegistries) | **GET** /api/serviceregistry_mgmt/v1/registries | Get the list of all registries.
113
-
*RegistriesApi* | [**getRegistry**](docs/RegistriesApi.md#getRegistry) | **GET** /api/serviceregistry_mgmt/v1/registries/{registryId} | Get a Registry
117
+
*RegistriesApi* | [**getRegistry**](docs/RegistriesApi.md#getRegistry) | **GET** /api/serviceregistry_mgmt/v1/{id} | Get a Registry
0 commit comments