---
title: "Update vault group"
method: PATCH
path: "/vault/groups/{groupId}"
tags: ["Vaults"]
---

# Update vault group

`PATCH /vault/groups/{groupId}`

Updates a vault group for the authenticated organization. Only provided fields are changed, and setting description to null removes the current description.

## Path parameters

- `groupId` string, required

## Request body

- object
  - `name` string — New human-readable name for the vault group
  - `description` string, nullable — Updated vault group description. Pass null to remove the current description.

## Response `200`

Vault group updated successfully

## Other responses

- `400` — Vault group ID is missing or no valid fields were provided
- `401` — Invalid API key
- `403` — API key cannot manage vault groups
- `404` — Vault group not found
- `409` — A vault group with this name already exists

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
