ilert · Example Payload

Put Schedules {Id} Overrides

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Put Schedules {Id} Overrides is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Add an override shift to a schedule.",
  "description": "",
  "method": "PUT",
  "path": "/schedules/{id}/overrides",
  "parameters": {
    "id": 1.0
  },
  "request_body": {
    "user": {
      "id": 1,
      "firstName": "string",
      "lastName": "string",
      "email": "string",
      "timezone": null,
      "position": "string"
    },
    "end": "string",
    "start": "string"
  },
  "response": {
    "id": 1,
    "name": "string",
    "type": "STATIC"
  }
}