Workflows
Patch Workflows by ID
Updates fields of a workflow specified by workflow_id. Requires JWT and x-api-key.
PATCH
Headers
Your API key. This is required by most endpoints to access the API programmatically. You can view your x-api-key using the 'Profile' tab on the website.
Bearer token for authentication (JWT).
Path Parameters
The UUID of the workflow to update.
Body
application/json
JSON fields to update on the specified workflow.
The body is of type object
.
Response
200
application/json
Successfully updated workflow. Returns the updated workflow JSON.
The response is of type object
.