Updating Schema Tag

Updates the schema.

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.

Path Parameters

NameTypeDescription

schemaId*

String

Schema ID.

Request Body

NameTypeDescription

*

String

Object that contains a valid schema.

content:
            application/json:
              schema:
                type: array
                items:
                  $ref: "#/components/schemas/Schema"

Last updated