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

Changes