roles

Update role

Updates an existing role

put/roles/{name}

Request body

idinteger
namestring

name is unique

descriptionstring

optional description

created_atinteger

creation time as unix timestamp in milliseconds

updated_atinteger

last update time as unix timestamp in milliseconds

usersstring[]

list of usernames associated with this group

adminsstring[]

list of admins usernames associated with this group

Response

successful operation

messagestring

message, can be empty

errorstring

error description if any

Changes

No recorded changes to this endpoint across all 1 revision of this API.