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:
Shubham Padia
2024-03-30 14:26:26 +05:30
committed by Tim Abbott
parent 4a2a9176c2
commit c6c392bcc7
5 changed files with 60 additions and 29 deletions

View File

@@ -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`