RoleUpdateDTO

RoleUpdateDTO
RoleUpdateDTO
JSON Example
{
    "permissions": [
        "string"
    ],
    "name": "string",
    "id": "string",
    "description": "string"
}
array of string
permissions
Optional

List of permissions the role has been granted access to

string
name
Optional

The name of the role

string
id
Optional

The unique identifier of the role

string
description
Optional

The description of the role

Parameter To