post https://example.com/workflow-engine/api/v1/workflows
Create a new workflow. ID, author, created, and updated fields are automatically populated by the server.
Log in to see full request history
Responses
Create a new workflow. ID, author, created, and updated fields are automatically populated by the server.
xxxxxxxxxx
12curl --request POST \
--url https://example.com/workflow-engine/api/v1/workflows \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"approver_can_revoke": false,
"target_role_revoked": false,
"can_bypass_revoke_workflow": false
}
'
Try It!
to start a request and see the response here! Or choose an example: