Skip to main content

Update Incident Status

PATCH 

/incident/api/v1/incidents/:incidentId/status

You can send a PATCH request to the API to update the status of an Email DLP incident.

Request

Path Parameters

    incidentId stringrequired

Body

required
    value string

    Possible values: [closed, resolved, under_review, open]

    Inidicates the current status of the Email DLP incident, this can indicate whether the incident is open, under review, resovled, or closed.

Responses

Ok

Loading...