/
SI
sit-digicre
/
Digicore
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked just now · Updated 2mo ago
Details
Filter operations
activity
7
admin
3
auth
4
budget
10
event
7
grade-update
4
group
6
get
/group
post
/group
post
/group/admin
get
/group/{groupId}
post
/group/{groupId}/user
post
/group/{groupId}/join
mail
1
mattermost
1
payment
3
reentry
3
status
3
storage
3
tool
1
user
19
work
11
group
Create new group with any claim. infra権限を持つユーザーが任意のclaimのグループを作成可能
post
/group/admin
Request body
ReqPostGroupAdmin
required
name
string
required
description
string
required
joinable
boolean
required
claim
string
required
Response
Success create admin group
ResPostGroup
required
groupId
string
required
name
string
required
description
string
required
joinable
boolean
required
userCount
integer
required
Changes