POST
/
v2
/
integrations
/
dlp
/
{id}
/
incidents
/
{incident_id}
/
update
Update a DLP incident
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/dlp/{id}/incidents/{incident_id}/update \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "actionType": "<string>",
  "value": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

id
string
required

Integration UUID

incident_id
string
required

Incident UUID

Body

application/json

Incident update payload

actionType
string
value
string

Response

OK

{key}
string