You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logged in as a normal user with no roles, sending OPTIONS request on /role_user_assignments/ and role_team_assignments/ endpoints return a response that includes POST action.
Expected Behavior
Since POST action OPTIONS response is used to determine the user's ability to create a new instance of the resource, the above behavior is wrong. The expected behavior should be to show POST action to only users that have the permission to perform POST request on role assignments.
The text was updated successfully, but these errors were encountered:
Bug Summary
When logged in as a normal user with no roles, sending OPTIONS request on
/role_user_assignments/
androle_team_assignments/
endpoints return a response that includes POST action.Expected Behavior
Since POST action OPTIONS response is used to determine the user's ability to create a new instance of the resource, the above behavior is wrong. The expected behavior should be to show POST action to only users that have the permission to perform POST request on role assignments.
The text was updated successfully, but these errors were encountered: