Skip to main content
PATCH
/
vault
/
groups
/
{groupId}
curl -X PATCH "https://api.case.dev/vault/groups/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "<string>", "description": "<string>" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

groupId
string
required

Vault group ID

Body

application/json
name
string

New human-readable name for the vault group

description
string | null

Updated vault group description. Pass null to remove the current description.

Response

Vault group updated successfully