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
- application/json
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
- 200
- 400
- 401
- 403
- 404
- 500
Ok
Invalid Request
Unauthorized
Forbidden
Resource Not Found
Internal Server Error
Loading...