Skip to main content
PATCH
/
api
/
v2
/
asset-group-tags
/
{asset_group_tag_id}
/
selectors
/
{asset_group_tag_selector_id}
{
  "data": {
    "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>",
    "name": "<string>",
    "description": "<string>",
    "auto_certify": 0,
    "is_default": true,
    "allow_disable": true,
    "seeds": [
      {
        "type": 123,
        "value": "<string>"
      }
    ]
  }
}
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 update a selector on

asset_group_tag_selector_id
integer
required

Selector ID

Body

application/json

The request body for updating an asset group tag selector. At least one field must be provided in the request body. Any combination of fields from the original schema can be included, and only the fields that are provided will be updated.

id
integer
asset_group_tag_id
integer
created_at
string<date-time>
created_by
string
updated_at
string<date-time>
updated_by
string
disabled_at
string<date-time> | null

An RFC-3339 formatted string

disabled_by
string | null
name
string
description
string
auto_certify
enum<integer>

auto_certify must be an input value of 0 (Disabled), 1 (AllMembers), or 2 (SeedsOnly)

Available options:
0,
1,
2
is_default
boolean
allow_disable
boolean
seeds
object[]
disabled
boolean

Response

Updated

data
object