openapi: Note that a user's `avatar_url` may be missing.

Like it already says in the detail about
`user_avatar_url_field_optional`, but on the field itself [1].

[1] https://github.com/zulip/zulip-mobile/pull/4230#discussion_r493109645
This commit is contained in:
Chris Bobbe 2020-10-26 12:16:13 -07:00 committed by Tim Abbott
parent abb8b2166f
commit dd43d4feb8
1 changed files with 4 additions and 0 deletions

View File

@ -9785,6 +9785,10 @@ components:
URL for the the user's avatar. Will be `null` if the `client_gravatar`
query parameter was set to `True` and the user's avatar is hosted by
the Gravatar provider (i.e. the user has never uploaded an avatar).
**Changes**: In Zulip 3.0 (feature level 18), if the client has the
`user_avatar_url_field_optional` capability, this will be missing at
the server's sole discretion.
avatar_version:
type: integer
description: |