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
- application/json
Root Schema : schema
Type:
Show Source
object
-
description:
string
-
execution_environment:
integer
The container image to be used for execution.
-
name(required):
string