cURL
curl --request PATCH \ --url https://app.conduit.io/api/workflows/{id} \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "name": "<string>", "description": "<string>", "status": "active" } '
{ "workflow": { "id": "<string>", "organizationId": "<string>", "accountId": "<string>", "name": "Daily USDC Deposit", "status": "active", "createdById": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>" } }
Updates a workflow’s properties
Session-based authentication via cookies
Workflow ID
Workflow name
1 - 100
Workflow description
500
Workflow status
active
paused
Workflow updated successfully
Show child attributes