Path parameters
- watch_id
string Required The watch identifier.
POST /_watcher/watch/{watch_id}/_activate
curl \
--request POST 'http://api.example.com/_watcher/watch/{watch_id}/_activate' \
--header "Authorization: $API_KEY"
The watch identifier.
curl \
--request POST 'http://api.example.com/_watcher/watch/{watch_id}/_activate' \
--header "Authorization: $API_KEY"