API ReferenceUpdate monitor

Update monitor

PUT/api/monitors/{id}

Update a monitor configuration — schedule, selectors, target URL or query, channel routing, alert thresholds, or any other field. The next scheduled check applies the new settings.

Requires Authorization: Bearer <token>

Parameters1

idstringpathrequired

Request bodyapplication/json

labelstring
urlstring · uri
interval_minutesnumber
css_selectorstring
js_renderingboolean
alert_modestring
anypricenew-contentavailabilitycustom
alert_promptstring
json_selectorstring
identity_keystring
track_additions_onlyboolean
max_itemsinteger
item_identity_fieldstring
linkguid
keyword_filtersarray
filter_patternstring
notification_configobject

Responses

200Monitor updated successfully
400Validation error
401Unauthorized
404Monitor not found
500Internal server error