mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
openapi: Clarify custom_profile_field.value can be null in update-user event.
This has always been true, but wasn't documented correctly.
This commit is contained in:
@@ -538,8 +538,10 @@ paths:
|
||||
The ID of the custom profile field which user updated.
|
||||
value:
|
||||
type: string
|
||||
nullable: true
|
||||
description: |
|
||||
User's personal value for this custom profile field.
|
||||
User's personal value for this custom profile field,
|
||||
or `null` if unset.
|
||||
rendered_value:
|
||||
type: string
|
||||
description: |
|
||||
|
Reference in New Issue
Block a user