POST
/
api
/
v2
/
asset-group-tags
/
{asset_group_tag_id}
/
selectors
{
  "data": {
    "name": "<string>",
    "description": "<string>",
    "auto_certify": true,
    "seeds": [
      {
        "type": 123,
        "value": "<string>"
      }
    ],
    "id": 123,
    "asset_group_tag_id": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "updated_by": "<string>",
    "disabled_at": "2023-11-07T05:31:56Z",
    "disabled_by": "<string>",
    "is_default": true,
    "allow_disable": true
  }
}
Applies to BloodHound Enterprise and CE

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

Path Parameters

asset_group_tag_id
integer
required

ID of the asset_group_tag to create a selector

Body

application/json

The request body for creating an asset group tag selector. Only the name and seeds fields are required.

The body is of type object.

Response

201
application/json

Created

The response is of type object.