v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Change the related incidents of a security signal

Change the related incidents for a security signal.

patch/api/v2/security_monitoring/signals/{signal_id}/incidents

Path parameters

signal_idstring required

The ID of the signal.

Request body

Example request

{
  "data": {
    "attributes": {
      "incident_ids": [
        2066
      ]
    }
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "archive_comment_user": {
        "icon": "/path/to/matching/gravatar/icon",
        "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
      },
      "assignee": {
        "icon": "/path/to/matching/gravatar/icon",
        "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
      },
      "incident_ids": [
        2066
      ],
      "state": "open",
      "state_update_user": {
        "icon": "/path/to/matching/gravatar/icon",
        "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
      }
    },
    "type": "signal_metadata"
  }
}