PUT Role
PUT /admin/role/{role}
Add a new role.
PUT /rest/admin/role/{role}?{description}
Name | Type | Description |
---|---|---|
role | string | Name of the new role to add. |
description | string | Description of the new role to add. |
Sample
PUT /rest/admin/role/Tester?description=Can verify or reopen issues
xml
Response Code: 201
Response Status: Created
Location: http://.../rest/admin/role/Tester
Last modified: 2 February 2017