Update custom schema

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

Path parameters

schema_idUUIDRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
namestringOptional
descriptionstringOptional
fields_to_addlist of objectsOptional
A list of typed entries to add to schema. Only additive modifications are permitted.

Response

This endpoint returns an object.
idUUID
namestring
fieldslist of objects
descriptionstring or null

Errors