POST Role
POST /admin/role/{role}
Update an existing role.
POST /rest/admin/role/{role}?{newName}&{description}| Name | Type | Description |
|---|---|---|
| role | string | Name of a role to be updated. |
| newName | string | New name for the specified role. |
| description | string | New description for the specified role. |
Sample
POST /rest/admin/role/Tester?newName=Testing Engineer&description=Can verify or reopen issuesResponse Code: OK
Response Status: 200Last modified: 2 February 2017