Skip to main content
PATCH
/
watchers
/
{id}
Update a watcher
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
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Path Parameters

id
string
required

Watcher ID (UUID)

Body

application/json
pollInterval
integer
active
boolean

Response

Watcher updated

ok
boolean