Schema Management
Update Schema
Updates an existing schema. Automatically increments the version number. Only description and schema_string can be updated.
PUT
Path Parameters
The unique identifier of the schema to update.
Request Body
Request
Response
Success Response (200)
Examples
Update a Schema
Curl
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the schema.
Body
application/json
Updated description for the schema
Example:
"Updated schema with more fields"
The updated schema definition itself