Last updated 1 year ago
Was this helpful?
PUT /tags/schemas/{schemaId}
PUT
/tags/schemas/{schemaId}
Updates the schema with the provided schema ID. Only users with the Standard Registry role are allowed to make the request.
schemaId*
String
Schema ID.
*
Object that contains a valid schema.
content: application/json: schema: type: array items: $ref: "#/components/schemas/Schema"
content: application/json: schema: $ref: "#/components/schemas/Error"