d61b85e6a6b3
latestOpenAPI 3.1.02026-07-26363186558.0 KBMonitors
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\""
}