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 PUT \ --url https://api.{your-broker}.slate-labs.com/workflows/{workflow_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "trigger_event": "<string>", "actions": [ {} ], "description": "<string>", "trigger_config": {}, "conditions": {}, "priority": 100, "stop_after": false } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Full replace of a workflow definition.
Successful Response