Skip to main content
PATCH
Update a rule tag owned by the active account.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

tag_uuid
string<uuid>
required

Body

application/json
expected_revision
integer<int64>
required
Required range: x >= 1
category_slugs
string[]
Maximum array length: 50
Required string length: 1 - 100
Pattern: ^[a-z0-9][a-z0-9-]{0,99}(/[a-z0-9][a-z0-9-]{0,99})*$
classification
enum<string>
Available options:
informational,
benign,
suspicious,
malicious
description
string
Maximum string length: 2000
enabled
boolean
name
string
Required string length: 1 - 200

Response

Updated tag.

tag
object
required