v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Security Monitoring

Modify the triage assignee of a security signal

This endpoint is deprecated - Modify the triage assignee of a security signal.

patch/api/v1/security_analytics/signals/{signal_id}/assignee

Path parameters

signal_idstring required

The ID of the signal.

Request body

assigneestring required

The UUID of the user being assigned. Use empty string to return signal to unassigned.

versioninteger

Version of the updated signal. If server side version is higher, update will be rejected.

Example request

{
  "assignee": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
}

Response

OK

statusstring

Status of the response.