Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Deprecated
Update group's name.
PATCH
/backend/v1/groups/{groupId}
User must be an admin of the group.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
groupId
*
Type
string
Required
format
uuid
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/groups/{groupId}
Playground
Authorization
HTTPBearer
Variables
Key
Value
groupId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI