Update Security Tag

Update Security Tag

Only the list of tagged entities can be updated. The name cannot be updated. Any other existing entities not in the list will be untagged.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/securityTags/tag
COPY
Request Body
SecurityTag of type(s) application/json
Required
{
    "tag": "string",
    "entities": [
        "string"
    ]
}
string
tag
Required

The tag to use.

array of string
entities
Required

List of entities to tag in urn format.

Authentication
This operation uses the following authentication methods.
Responses
204

security tag updated

Operation doesn't return any data structure