v1

Update custom schema

Update the name, description, or keys on a preexisting schema.

patch/api/custom-schemas/v1/{schema_id}

Path parameters

schema_idstring uuid required

Headers

Authorizationstring required

OAuth authentication

Request body

namestring
descriptionstring
fields_to_addV1SchemaField[] — unresolved $ref

A list of typed entries to add to schema. Only additive modifications are permitted.

Response

Response with status 200

V1Schema required— unresolved $ref