Updates a vault group for the authenticated organization. Only provided fields are changed, and setting description to null removes the current description.
curl --request PATCH \
--url https://api.case.dev/vault/groups/{groupId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'API key starting with sk_case_
Vault group ID
Vault group updated successfully
Was this page helpful?
curl --request PATCH \
--url https://api.case.dev/vault/groups/{groupId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'