Update a monitor mute

Partially updates a monitor mute rule using JSON Merge Patch semantics. Only provided fields are updated; omitted fields remain unchanged. target.kind is immutable after creation; sending a target object replaces the entire target subtree atomically.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the monitor mute to update.

Body Params

All fields are optional. Omitted fields are left unchanged. Sending a target object replaces the entire target subtree atomically; target.kind must match the existing value (it is immutable). Send filter: null to remove an existing filter.

string
string | null

Pass null to clear the description.

target
object

Input shape for a mute target. kind is optional in PATCH — if provided it must match the existing value since kind is immutable after creation. monitors is required and non-empty when kind is Monitors; omit or leave empty when kind is Global.

schedule
object

Input shape for a schedule. kind is required; send only the sibling matching kind (oneTime or recurring).

string | null

Pass null to remove an existing filter.

Responses

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json