Skip to main content
PUT
Update Schema

Path Parameters

string
required
The unique identifier of the schema to update.

Request Body

Request

Response

Success Response (200)

Examples

Update a Schema

Curl

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schema_id
string<uuid>
required

The unique identifier of the schema.

Body

application/json
description
string

Updated description for the schema

Example:

"Updated schema with more fields"

schema_string
object

The updated schema definition itself

Response

200 - application/json

Schema updated successfully

success
boolean
Example:

true

data
object