Update tag category

Updates the specified tag category. To update a category you must be an admin or have edit permissions on all tags within the category.

Requires the Scan Manager [40] user role. See Roles.

Path Params
uuid
required

The unique identifier (UUID) of the tag category to update. For more information on determining this value, see Determine Tag Identifiers.

Body Params
string
required

The name of the tag category. Note that name must not exceed 127 characters and must not contain colons.

string

The description of the category. Must not exceed 3,000 characters.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Returned if Tenable Vulnerability Management encounters any of the following error conditions:

  • name—The name value in the request message exceeds 127 characters.
  • description—The description value in the request message exceeds 3,000 characters.
  • Your request message does not specify a value for the tag category name.

403

Returned if you do not have sufficient permission to edit the tag category. You either need to be an administrator or have edit permissions on all tag values within this category to have permission to update the category.

404

Returned if the specified tag category was not found.

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html