Beta
Update custom schema
Update the name, description, or keys on a preexisting schema.
Path parameters
schema_id
Headers
Authorization
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
name
description
fields_to_add
A list of typed entries to add to schema. Only additive modifications are permitted.
Response
This endpoint returns an object.
id
name
fields
description
Errors
403
Unauthorized Error
404
Entity Not Found Error
422
Schema Validation HTTP Failure