Event Gateway Schema Registries
Update Schema Registry
Updates an existing schema registry associated with the specified Event Gateway.
put/v1/event-gateways/{gatewayId}/schema-registries/{schemaRegistryId}
Request body
Example request
{
"config": {
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
}
}Response
Updated schema registry object.
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}