Skip to main content
POST
/
api
/
v2
/
clients
/
error
Client Error
curl --request POST \
  --url {protocol}://{ApiServer}/api/v2/clients/error \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "task_error": "<string>",
  "additional": {}
}'
"[this request has no response data]"
Applies to BloodHound Enterprise only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:0

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Required range: x >= 0

Body

application/json

The request body for logging a client enumeration error

task_error
string
additional
object

Response

No Content This response will contain no response body.

The response is of type string.