Update a monitor

PUT /api/0/organizations/{organization_slug}/monitors/{monitor_id}/

Update a monitor.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

monitor_id (string)
REQUIRED

The id of the monitor

Scopes

<auth_token> requires one of the following scopes:
  • project:admin
  • project:read
  • project:write
curl https://sentry.io/api/0/organizations/{organization_slug}/monitors/{monitor_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X PUT \
 -H 'Content-Type: application/json'
RESPONSESCHEMA
.