curl --request PUT \ --url https://app.datafold.com/api/v1/monitors/{id}/toggle \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true }'
"<any>"
Use the 'Authorization' header with the format 'Key <api-key>'
The unique identifier of the monitor.
Successful Response
The response is of type any.
any