/
MA
masumi-network
/
Kodosumi API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 17m ago · Updated 1y ago
View markdown
masumi-network
Kodosumi API
put
Update Role by ID
2092ce918678
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-08-10
43
9
36.5 KB
Access Management
5
get
List Roles
post
Add Role
put
Update Role by ID
delete
Delete Role by ID
get
Get Role by Name or ID
Authorization
5
Deployment
6
Execution Control
8
Execution Timeline
2
Files Management
8
Flow Control
3
Flow Operations
3
Health Check
1
Lock Control
2
Access Management
Update Role by ID
Update a role by ID.
put
/role/{rid}
Path parameters
rid
string
uuid
required
Request body
RoleEdit
required
name
string
nullable
email
string
email
nullable
active
boolean
nullable
password
string
nullable
operator
boolean
nullable
Response
Request fulfilled, document follows
RoleResponse
required
id
string
uuid
required
name
string
required
email
string
email
required
active
boolean
required