1.0.1 Editing a Role¶
Use the POST method of the role service to update the properties of an existing role.
Method |
URL |
||
POST |
http://<host>:<port>/jasperserver[-pro]/rest/role/<roleName>/ |
||
Content-Type |
Content |
||
text/plain |
A well-formed |
||
Return Value on Success |
Typical Return Values on Failure |
||
200 OK |
404 Not Found – When the roleName is not found in the server. |
||