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
Is your feature request related to a problem? Please describe.
As a admin of the organisation i would like to edit details of the groups under the org.
Describe the solution you'd like
Create an api: [put] /api/org/(org-id)/group/(group-id) .
They can edit name, role, default permissions set.
only admin of that org can access this api.
Add a test case to ensure that none of the fields are empty.
make swagger docs for the same
add tests for the same
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a admin of the organisation i would like to edit details of the groups under the org.
Describe the solution you'd like
[put] /api/org/(org-id)/group/(group-id)
.The text was updated successfully, but these errors were encountered: