v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Incident Types

Update an Incident Type

Update an Incident Type.

Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident.

For more information see the API Concepts Document

Scoped OAuth requires: incident_types.write

put/incidents/types/{type_id_or_name}

Path parameters

type_id_or_namestring required

The ID or name of the Incident Type.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

Response

The incident type object updated.

Example response

{
  "incident_type": {
    "parent": {
      "type": "incident_type_reference"
    },
    "created_at": "2019-12-01T20:00:00Z",
    "updated_at": "2019-12-01T21:02:00Z"
  }
}