-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Permissions - Space
-
None
Issue Summary
GET Space role by ID currently returns the details for the deleted role.{}
Steps to Reproduce
- Create a space role (from UI/API), note down the ID
- Use GET space role by ID API to retrieve the space role
- The results are displayed with role name, description and space permissions
- Now, delete the role (from UI/API)
- Retrieve the space role again by ID
- Still API returns the results, role name, description (now space permissions are empty)
Expected Results
The GET should return no value incase the role is deleted
Actual Results
GET results with role name,description (empty space permission)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available