mirror of https://github.com/zulip/zulip.git
api_docs: Split bulk mark read documentation to individual pages.
There was no particular reason for this to be the single page that documented multiple API endpoints, and splitting it fixes a duplicate ID parameter-stream_id. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
cd0ae56ad4
commit
832d4f97fd
|
@ -14,7 +14,9 @@
|
||||||
* [Get a message's edit history](/api/get-message-history)
|
* [Get a message's edit history](/api/get-message-history)
|
||||||
* [Update personal message flags](/api/update-message-flags)
|
* [Update personal message flags](/api/update-message-flags)
|
||||||
* [Update personal message flags for narrow](/api/update-message-flags-for-narrow)
|
* [Update personal message flags for narrow](/api/update-message-flags-for-narrow)
|
||||||
* [Mark messages as read in bulk](/api/mark-all-as-read)
|
* [Mark all messages as read](/api/mark-all-as-read)
|
||||||
|
* [Mark messages in a stream as read](/api/mark-stream-as-read)
|
||||||
|
* [Mark messages in a topic as read](/api/mark-topic-as-read)
|
||||||
* [Get a message's read receipts](/api/get-read-receipts)
|
* [Get a message's read receipts](/api/get-read-receipts)
|
||||||
|
|
||||||
#### Scheduled messages
|
#### Scheduled messages
|
||||||
|
|
|
@ -1,89 +0,0 @@
|
||||||
{generate_api_header(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
## Usage examples
|
|
||||||
|
|
||||||
{start_tabs}
|
|
||||||
|
|
||||||
{generate_code_example(python)|/mark_all_as_read:post|example}
|
|
||||||
|
|
||||||
{generate_code_example(javascript)|/mark_all_as_read:post|example}
|
|
||||||
|
|
||||||
{tab|curl}
|
|
||||||
|
|
||||||
{generate_code_example(curl)|/mark_all_as_read:post|example}
|
|
||||||
|
|
||||||
{end_tabs}
|
|
||||||
|
|
||||||
## Parameters
|
|
||||||
|
|
||||||
{generate_api_arguments_table|zulip.yaml|/mark_all_as_read:post}
|
|
||||||
|
|
||||||
{generate_parameter_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
## Response
|
|
||||||
|
|
||||||
{generate_response_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
#### Example response(s)
|
|
||||||
|
|
||||||
{generate_code_example|/mark_all_as_read:post|fixture}
|
|
||||||
|
|
||||||
{generate_api_header(/mark_stream_as_read:post)}
|
|
||||||
|
|
||||||
## Usage examples
|
|
||||||
|
|
||||||
{start_tabs}
|
|
||||||
|
|
||||||
{generate_code_example(python)|/mark_stream_as_read:post|example}
|
|
||||||
|
|
||||||
{generate_code_example(javascript)|/mark_all_as_read:post|example}
|
|
||||||
|
|
||||||
{tab|curl}
|
|
||||||
|
|
||||||
{generate_code_example(curl)|/mark_stream_as_read:post|example}
|
|
||||||
|
|
||||||
{end_tabs}
|
|
||||||
|
|
||||||
## Parameters
|
|
||||||
|
|
||||||
{generate_api_arguments_table|zulip.yaml|/mark_stream_as_read:post}
|
|
||||||
|
|
||||||
{generate_parameter_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
## Response
|
|
||||||
|
|
||||||
{generate_response_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
#### Example response(s)
|
|
||||||
|
|
||||||
{generate_code_example|/mark_stream_as_read:post|fixture}
|
|
||||||
|
|
||||||
{generate_api_header(/mark_topic_as_read:post)}
|
|
||||||
|
|
||||||
## Usage examples
|
|
||||||
|
|
||||||
{start_tabs}
|
|
||||||
|
|
||||||
{generate_code_example(python)|/mark_topic_as_read:post|example}
|
|
||||||
|
|
||||||
{generate_code_example(javascript)|/mark_all_as_read:post|example}
|
|
||||||
|
|
||||||
{tab|curl}
|
|
||||||
|
|
||||||
{generate_code_example(curl)|/mark_topic_as_read:post|example}
|
|
||||||
|
|
||||||
{end_tabs}
|
|
||||||
|
|
||||||
## Parameters
|
|
||||||
|
|
||||||
{generate_api_arguments_table|zulip.yaml|/mark_topic_as_read:post}
|
|
||||||
|
|
||||||
{generate_parameter_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
## Response
|
|
||||||
|
|
||||||
{generate_response_description(/mark_all_as_read:post)}
|
|
||||||
|
|
||||||
#### Example response(s)
|
|
||||||
|
|
||||||
{generate_code_example|/mark_topic_as_read:post|fixture}
|
|
Loading…
Reference in New Issue