cURL
curl --request PATCH \ --url https://api.example.com/api/automations/{id} \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Whether this automation will be evaluated
Successful Response
Was this page helpful?