Reorder Permission Groups
PUT
/permissions/groups/order
Sets the priority order of custom roles. Roles earlier in the list win permission conflicts.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
custom role ids, highest priority first
JSON
{
}
Responses
All permission groups in their new order
application/json
JSON
{
}
