Update Monitor Item
PUT {{baseUrl}}/api/v1/monitoring/items/:monitor_id/
This API endpoint updates a specific monitor item used by the account associated with the API key used to make the request. We do not allow updates to the domain or monitoring type to preserve the historical record of a monitor. If a monitor was created in error, please delete and create a new one.
Request Body
{"domain"=>"<string>", "monitor_type"=>"<string>", "frequency"=>"WEEKLY", "active_at"=>"<dateTime>", "profile_id"=>"<uuid>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cuuid\u003e","monitor_type":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","domain":"\u003cstring\u003e","frequency":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","links":{"est_2":"\u003cstring\u003e"},"updated_at":"\u003cdateTime\u003e","active_at":"\u003cdateTime\u003e","last_run_at":"\u003cdateTime\u003e","not_before":"\u003cdateTime\u003e","profile_id":"\u003cuuid\u003e"}