Update States Custom

Updates a custom state.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the custom state to update.
is_finalbooleanOptional
Whether this is a final state.
namestringOptionalformat: "text"
The name of the custom state.
ordinalintegerOptional
Ordinal of the custom state used to identify system states.

Response

Success.
custom_stateobject

Errors