Create or update workflow
POST/api/v1/workflows
Create or update new workflow.
API key must have the Edit workflows
permission.
Note: If a workflow with the same tag already exists, it will be updated.
Request
Responses
- 200
- 400
- 403
- 429
Workflow created successfully
Bad request
Access denied
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.