Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.ocoya.com/api/_public/v1/workflow/{workflowId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "on": true }'
Enables or disables the workflow. Returns nothing.
Ocoya workflow ID.
"cmajvvb9q0003ja5vh0538j6r"
Set to true to enable the workflow or false to disable it.
true
false