Skip to content

Commit

Permalink
fix(registrymgmt): update api docs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-services-ci authored Jun 24, 2021
1 parent 5d7fbe4 commit 5e3de3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .openapi/srs-fleet-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "Service Registry Fleet Manager",
"version": "0.0.1",
"version": "0.0.4",
"description": "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.",
"contact": {
"name": "Cloud Red Hat",
Expand Down Expand Up @@ -502,7 +502,7 @@
}
},
"example": {
"id": 42,
"id": "42",
"name": "my-registry",
"registryUrl": "https://registry.apps.example.com/t/5213600b-afc9-487e-8cc3-339f4248d706",
"status": {
Expand Down

0 comments on commit 5e3de3b

Please sign in to comment.