/
OS
osdg-iiith
/
Forms Portal API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 37m ago · Updated 2mo ago
Details
Filter operations
Authentication
4
Comments
4
Forms
6
Groups
8
get
List groups
post
Create group
get
Get group details
delete
Delete group
patch
Update group
patch
Update group domain
post
Add group member
delete
Remove group member
Permissions
3
Responses
6
Users
1
Groups
Update group
Updates a group's name or description. Requires ownership.
patch
/groups/{groupId}
Request body
GroupUpdate
required
name
string
description
string
nullable
Response
Group updated successfully.
Group
required
id
string
ulid
required
owner
string
ulid
required
name
string
required
description
string
nullable
type
'domain'
|
'list'
required
Changes