Update policy group
Update a policy group's name, description, or other metadata. Does not affect which policies are in the group.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Policy group identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Group name (1-255 chars) |
description | string nullable | No | Group description |
applicableVaultTypes | array of string | No | Vault types this group applies to (min 1 item if provided) |
status | enum | No | Status: ACTIVE, INACTIVE, or DRAFT |
Use Cases
- Rename policy group
- Update group description
- Change group configuration
Required Permission
policies:update
Update policy group
Update a policy group's name, description, or other metadata. Does not affect which policies are in the group.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Policy group identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Group name (1-255 chars) |
description | string nullable | No | Group description |
applicableVaultTypes | array of string | No | Vault types this group applies to (min 1 item if provided) |
status | enum | No | Status: ACTIVE, INACTIVE, or DRAFT |
Use Cases
- Rename policy group
- Update group description
- Change group configuration
Required Permission
policies:update