mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
api: Default client_gravatar to true.
Default `client_gravatar` to `true` for all endpoints passing the parameter to avoid extra payload. Fixes #11214.
This commit is contained in:
committed by
Tim Abbott
parent
5459a92e4a
commit
067a32925d
@@ -229,7 +229,7 @@ def get_members(client: Client) -> None:
|
||||
|
||||
# {code_example|start}
|
||||
# You may pass the `client_gravatar` query parameter as follows:
|
||||
result = client.get_members({"client_gravatar": True})
|
||||
result = client.get_members({"client_gravatar": False})
|
||||
# {code_example|end}
|
||||
|
||||
validate_against_openapi_schema(result, "/users", "get", "200")
|
||||
|
||||
Reference in New Issue
Block a user