Update custom schema

Beta
PATCH
/api/custom-schemas/v1/:schema_id

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

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
descriptionstringOptional

Errors