Update Stage Diagram

Updates a stage diagram.

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 stage diagram to update.
namestringOptionalformat: "text"
The updated name of the stage diagram.
stageslist of objectsOptional
List of stages in the stage diagram.

Response

Success.
stage_diagramobject

Errors