ilert · Example Payload

Put Users Current

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

Put Users Current 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": "Update the current user.",
  "description": "",
  "method": "PUT",
  "path": "/users/current",
  "parameters": {},
  "request_body": {
    "firstName": "string",
    "lastName": "string",
    "email": "string",
    "timezone": "Europe/Berlin",
    "position": "string",
    "department": "string"
  },
  "response": {
    "id": 1,
    "firstName": "string",
    "lastName": "string",
    "email": "string",
    "timezone": "Europe/Berlin",
    "position": "string"
  }
}