Publish A Schema
Request
Publish a Schema
PUT
/api/v1/Schema/{id}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | id of the schema that is to be published |
Headers
Name | Type | Description |
---|---|---|
content-type* | String | Set to |
authorization | String | Set to |
Request Body
Name | Type | Description |
---|---|---|
status* | PUBLISHED |
Sample Schema Request Payload
Usage
cURL
HTTPie
{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
Last updated