Monitors
Update an existing monitor
put/monitors/{id}
Path parameters
idstring required
The monitor ID.
Headers
x-apikeystring required
Your API key
Content-Typestring required
application/json
Acceptstring required
Example:application/json
application/json
Request body
Example request
{
"created_at": "\"2021-08-19T19:48:36Z\"",
"id": "c4fbb52bqsiatib6i4gg",
"updated_at": "\"2021-08-19T19:48:36Z\""
}Response
OK
Example response
{
"created_at": "\"2021-08-19T19:48:36Z\"",
"id": "c4fbb52bqsiatib6i4gg",
"updated_at": "\"2021-08-19T19:48:36Z\""
}Changes
No recorded changes to this endpoint across all 1 revision of this API.