Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Deprecated
Create group.
POST
/backend/v1/groups
Create group.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"group"
:
{
"id"
:
"string"
,
"memberCount"
:
0
,
"name"
:
"string"
}
}
POST
/backend/v1/groups
Playground
Authorization
HTTPBearer
Body
Try it out
Samples
Powered by
VitePress OpenAPI