Set Role Permissions
PUT/user-svc/role/:roleId/permissions
Set permissions for a specified role. The caller can add permissions it owns to any role.
If the caller tries to add a permission it doesn't own to a role, StatusBadRequest
will be returned.
Request
Responses
- 200
- 400
- 401
- 500
OK
Invalid JSON
Unauthorized
Internal Server Error