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 role descriptor that describes the properties of the desired role. | ||
Return Value on Success | Typical Return Values on Failure | ||
200 OK | 404 Not Found – When the roleName is not found in the server. |
Recommended Comments
There are no comments to display.