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