Update custom schema

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

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

schema_idUUIDRequired

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