Skip to main content

Update an existing operator role

x-ms-visibility: "important"

Update an operator role and modify assigned permissions.

Path Parameters
    roleId int64 required

    The ID of the operator role to be updated.

Request Body required

Operator role details to update.

    name string
    permissions string[]
Responses

Updated operator role details.


Schema
    id int64
    name string
    permissions int32[]

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

Loading...