githubEdit

PUT v1/schemas

triangle-exclamation

The following endpoint allows you to update a data schema by ID.

Update an existing data schema

put

Updates an existing data schema by its ID and returns the updated schema.

Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired
Body
idstring · nullableOptional

The unique identifier for the data schema.

namestring · nullableOptional

The name of the schema or field.

descriptionstring · nullableOptional

A description of the schema or field.

Responses
chevron-right
200

Payload of DataSchema

application/json
idstring · nullableOptional

The unique identifier for the data schema.

namestring · nullableOptional

The name of the schema or field.

descriptionstring · nullableOptional

A description of the schema or field.

put
/v1/schemas/{id}
200

Payload of DataSchema

Last updated