POST
/
api
/
v1
/
workflows
/
{workflowUniqueIdentifier}
/
toggle
curl --request POST \
  --url https://workflow-app.thena.ai/api/v1/workflows/{workflowUniqueIdentifier}/toggle \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "isActive": true
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

workflowUniqueIdentifier
string
required

Body

application/json

Response

200
application/json

Operation successful

The response is of type object.