Skip to main content
PUT
/
api
/
v1
/
role-groups
/
{roleGroupId}
Update a role group.
curl --request PUT \
  --url https://api.revong.com/api/v1/role-groups/{roleGroupId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "desc": "<string>",
  "category": "<string>",
  "version": 123
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

roleGroupId
string
required

Body

application/json
version
number
required

You must provide current version.

name
string

Label is only used for the presentation.

desc
string

Description of role group.

category
string

Category is only used for the presentation.

Response

Created.