POST
/
asset
/
directory
/
{id}
/
contain
Contain directory user
curl --request POST \
  --url https://api.wirespeed.com/asset/directory/{id}/contain \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "caseId": "<string>",
  "detectionId": "<string>"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Directory user identifier

Body

application/json
caseId
string

Case ID for containment context

detectionId
string

Detection ID for containment context