Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for updates to group properties from Org API. #1102

Merged
merged 5 commits into from
Dec 3, 2023
Merged

Conversation

baszoetekouw
Copy link
Member

Add a /api/groups/v1/{group_identifier} that allows for updating group properties (name, description, auto_provision_user) from the Org API.

Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (47b8c5e) 99.09% compared to head (ac04cfc) 99.10%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1102      +/-   ##
==========================================
+ Coverage   99.09%   99.10%   +0.01%     
==========================================
  Files          90       90              
  Lines        7380     7402      +22     
==========================================
+ Hits         7313     7336      +23     
+ Misses         67       66       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@baszoetekouw baszoetekouw requested a review from oharsta December 2, 2023 19:38
@oharsta oharsta merged commit 7e4fb38 into main Dec 3, 2023
17 checks passed
@baszoetekouw baszoetekouw deleted the feature/group-api branch January 10, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As an organisation API user, I want to be able to change auto provisioning of CO members to a group
2 participants