Publish A Schema
Last updated
Last updated
PUT
/api/v1/Schema/{id}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Sample Schema Request Payload
{registry-url}
is usually http://localhost:{port}. The port can be found under the registry
section in the docker-compose.yml
file and is usually 8081
id*
String
id of the schema that is to be published
content-type*
String
Set to application/json
authorization
String
Set to Bearer {access-token}
. The token should be a admin token
status*
PUBLISHED