Las propiedades del rol se pueden modificar una vez que se crea un rol.
Ejemplo de solicitud:
PUT /api/role/v1/roles/role_workflow HTTP/1.1
Authorization: Basic Tm8gcGVla2luZyE=
Host: zfs-storage.example.com:215
Accept: application/json
Content-Type: application/json
Content-Length: 54
{"description":"Role allowing user to run workflows!"}
Resultado de ejemplo:
HTTP/1.1 202 Accepted
X-Zfssa-Appliance-Api: 1.0
Content-Type: application/json
Content-Length: 158
{
"role": {
"authorizations": [],
"description": "Role allowing user to run workflows!",
"href": "/api/role/v1/roles/role_workflow",
"name": "role_workflow"
}
}