mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08: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:
parent
98ed6248e3
commit
abfbacbdf6
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user