Create Stages Custom

Creates a custom stage.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequiredformat: "text"
The name of the custom stage.
ordinalintegerRequired
The ordinal of the custom stage used for ordering.
statestringRequiredformat: "id"
The state ID.
marketplace_refstringOptionalformat: "id"
A reference to the marketplace item from which this stage was imported.

Response

Success.
custom_stageobject

Errors