Workflows
Schedule a workflow
PUT
Authorizations
Path Parameters
The ID of the workflow to schedule
Body
application/json
ISO date (attention its timezone UTC) string required in request body
Example:
"2023-10-07T10:00:00.000Z"
Response
200
text/plain
Workflow scheduled successfully
The response is of type string
.
Example:
"Workflow scheduled"