mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
openapi: Document deprecation for max_message_id field.
This commit is contained in:
@@ -6045,9 +6045,11 @@ paths:
|
|||||||
Present if `message` is present in `fetch_event_types`.
|
Present if `message` is present in `fetch_event_types`.
|
||||||
|
|
||||||
The highest message ID among all messages the user has received as of the
|
The highest message ID among all messages the user has received as of the
|
||||||
moment of this request. Recommended for client-side logic only; clients wishing
|
moment of this request.
|
||||||
to fetch the latest messages should simply pass `anchor="latest"` to
|
|
||||||
`GET /messages`.
|
**Deprecated**: This field may be removed in future versions as it no
|
||||||
|
longer has a clear purpose. Clients wishing to fetch the latest messages
|
||||||
|
should pass `anchor="latest"` to `GET /messages`.
|
||||||
muted_topics:
|
muted_topics:
|
||||||
type: array
|
type: array
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user