Create Stage Diagram

Creates a stage diagram.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
leaf_typestringRequiredformat: "text"
The leaf type this stage diagram applies to.
namestringRequiredformat: "text"
The name of the stage diagram. Stage diagram is used for defining stage transitions.
stageslist of objectsRequired
List of stages in the diagram.
is_custom_leaf_typebooleanOptional
Whether the leaf type corresponds to a custom object.
is_defaultbooleanOptional
Whether this is a default stage diagram.

Response

Success.
stage_diagramobject

Errors