Update Custom Object

POST

Updates a custom object.

Request

This endpoint expects an object.
custom_schema_specobjectRequired

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

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