Activate a watch
A watch can be either active or inactive.
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"