v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
User

Role

Updates the details of a role.

put/api/3/roles/{id}

Path parameters

idobject

The identifier of the role.

Request body

idstring required

The identifier of the role.

privilegesstring[]

The privileges granted to the role.

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ]
}

Response

OK