Borough
Update the poll interval or active status of a watcher. Setting active: false pauses the watcher without deleting it.
active: false
Tier: Business+
cURL
curl --request PATCH \ --url https://borough.qwady.app/v1/watchers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pollInterval": 123, "active": true } '
{ "ok": true }
Polar.sh license key. Format: BOROUGH-<uuid>
BOROUGH-<uuid>
Watcher ID (UUID)
Watcher updated