# Rename a group Updates the name of an existing group. The user must own the group to rename it. For extra context visit: Sharing Context Endpoint: PATCH /v1/shared/groups/{groupId} Version: 0.9.0 Security: bearer ## Path parameters: - `groupId` (string, required) The ID of the group to rename ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 200 fields ## Response 404 fields