Create a Workflow Approval

post

/api/v2/workflow_approvals/

Make a POST request to this resource with the following workflow approval fields to create a new workflow approval:

  • name: Name of this workflow approval. (string, required)
  • description: Optional description of this workflow approval. (string, default="")

  • execution_environment: The container image to be used for execution. (id, default=``)

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

201 Response

Back to Top