mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
View that handled `PATCH user_groups/<int:user_group_id>` required both name and description parameters to be passed. Due to this clients had to pass values for both these parameters even if one of them was changed. To resolve this name description parameters to `PATCH user_groups/<int:user_group_id>` are made optional.