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:
Chris Bobbe
2022-05-26 10:52:13 -07:00
committed by GitHub
parent 98ed6248e3
commit abfbacbdf6

View File

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