POST /schemas/push/{topicId}
POST
/schemas/push/{topicId}
Creates new schema. Only users with the Standard Registry role are allowed to make the request.
topicId*
String
Topic ID
*
Object that contains a valid schema.
{ content: application/json: schema: $ref: '#/components/schemas/Task' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }