Update Custom Object

POST

Updates a custom object.

Request

This endpoint expects an object.
custom_schema_specobjectRequired

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

idstringRequiredformat: "id"

The ID of the custom object to update.

custom_fieldsobjectOptional

Custom fields of the custom object.

stagestringOptionalformat: "id"

Updates the stage of the custom object.

stage_validation_optionslist of enumsOptional
Allowed values: allow_invalid_transition

The type of stage validations options when updating the stage or the stage diagram of a custom object.

titlestringOptionalformat: "text"

Updates the title of the custom object.

Response

Success.

custom_objectobject
Built with