-
Notifications
You must be signed in to change notification settings - Fork 65
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 update (PATCH) of group's name
#589
Comments
Hi @sripwoud please can I work on this? |
@Iwueseiter I'd say go ahead. But I am not admin/maintainer of this repo though: @vplasencia ? |
Hey @sripwoud! Thank you very much for creating the issue. It should be solved by adding the group name to the |
Hey @Iwueseiter yes, you can work on it. Do you want me to assign you the issue? |
yes please I'm ready to work. |
Hey @Iwueseiter! I just assigned the issue to you. Please, let us know if you have any questions. |
Alright🚀 |
Hey @sripwoud and @Iwueseiter! It's not possible to update the group name right now because the group id is created using the name. I think we would need to find a different way to generate the group id first. |
I created #593 |
Is your feature request related to a problem? Please describe.
Right now it is not allowed to update the
name
of a group viaPATCH /groups/{group}
.gives
Indeed
update-group.dto.ts
does not includename
Describe the solution you'd like
I'd like the RESTAPI and SDK to allow updating the
name
Describe alternatives you've considered
Deleting the existing group and recreating a new one with the new desired name, adding back all members.
The text was updated successfully, but these errors were encountered: