Create Schema Registry
Creates a new schema registry associated with the specified Event Gateway.
Request body
Example request
{
"config": {
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
}
}Response
Created
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 5 of the 30 revisions of this API.8212
- ▲
the
//////////request property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
//////////request property's minLength was increased from0to1request-property-min-length-increased
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
////new-required-request-property
- ▲
added the new required request property
////new-required-request-property
- ▲
added the new required request property
////new-required-request-property
- ▲
the
///request property type changed from no type toobjectrequest-property-type-changed
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ●
removed
subschema #2from the///request propertyallOflistrequest-property-all-of-removed
- ○
added the new optional request property
////new-optional-request-property
- ○
added the new optional request property
////new-optional-request-property
- ○
removed
subschema #2from the response bodyallOflist for the response statusresponse-body-all-of-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the request property
////////became not nullablerequest-property-became-not-nullable
- ▲
- ○
endpoint added
endpoint-added
- ○