From abfbacbdf6af242540edce9bbe8a501eb79a035f Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Thu, 26 May 2022 10:52:13 -0700 Subject: [PATCH] openapi: Clarify custom_profile_field.value can be null in update-user event. This has always been true, but wasn't documented correctly. --- zerver/openapi/zulip.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index c876ff8b97..f2250000e7 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -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: |