mirror of https://github.com/zulip/zulip.git
api-docs: Update example response header for potential plural.
The documentation for various API endpoints gives multiple response examples. Update the headers to reflect this fact.
This commit is contained in:
parent
fbe2ef9431
commit
2dd3f29c32
|
@ -26,6 +26,6 @@
|
|||
|
||||
{generate_response_description(API_ENDPOINT_NAME)}
|
||||
|
||||
#### Example response
|
||||
#### Example response(s)
|
||||
|
||||
{generate_code_example|API_ENDPOINT_NAME|fixture}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{generate_response_description(/mark_all_as_read:post)}
|
||||
|
||||
#### Example response
|
||||
#### Example response(s)
|
||||
|
||||
{generate_code_example|/mark_all_as_read:post|fixture}
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
{generate_response_description(/mark_all_as_read:post)}
|
||||
|
||||
#### Example response
|
||||
#### Example response(s)
|
||||
|
||||
{generate_code_example|/mark_stream_as_read:post|fixture}
|
||||
|
||||
|
@ -84,6 +84,6 @@
|
|||
|
||||
{generate_response_description(/mark_all_as_read:post)}
|
||||
|
||||
#### Example response
|
||||
#### Example response(s)
|
||||
|
||||
{generate_code_example|/mark_topic_as_read:post|fixture}
|
||||
|
|
|
@ -72,6 +72,6 @@ file.
|
|||
|
||||
{generate_response_description(/messages:post)}
|
||||
|
||||
#### Example response
|
||||
#### Example response(s)
|
||||
|
||||
{generate_code_example|/messages:post|fixture}
|
||||
|
|
Loading…
Reference in New Issue