Body parameters explained
Parameter
Type
Required
Information
on
boolean
yes
Whether to set the workflow on or off
Sample response
Last updated
on
boolean
yes
Whether to set the workflow on or off
Last updated
POST /api/_public/v1/workflow/{workflowId} HTTP/1.1
Host: app.ocoya.com
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 11
{
"on": true
}{}