Skip to main content
POST
Certify or Revoke Certification of Objects
Applies to BloodHound Enterprise

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Body

application/json

The request body for certifying or revoking certification of objects.

member_ids
integer<int64>[]
required
Minimum array length: 1
action
enum<integer>
required
Available options:
1,
2
note
string

Response

OK