mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
custom_profile_fields: Make name & hint optional during update.
Fixes #23022. Added a new validation function that validates updates to custom profile fields.
This commit is contained in:
committed by
Tim Abbott
parent
4a2a9176c2
commit
c6c392bcc7
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 9.0
|
||||
|
||||
**Feature level 252**
|
||||
|
||||
* `PATCH /realm/profile_fields/{field_id}`: `name` and `hint` fields are now
|
||||
optional during an update. Previously we required the clients to populate
|
||||
the fields in the PATCH request even if there was no change to those fields'
|
||||
values.
|
||||
|
||||
**Feature level 251**
|
||||
|
||||
* [`POST /register`](/api/register-queue): Fixed `realm_upload_quota_mib`
|
||||
|
||||
Reference in New Issue
Block a user