zulip/templates/zerver/api
orientor bcb8def308 openapi: Use serialized response codes instead of descriptive ones.
Openapi had descriptive response codes for endpoints with multiple
responses for same response code. But this does not fall in line
with openapi specifications. So change descriptive response codes
like "400_auth" and "400_anauth" to "400_0" and "400_1" for all
such endpoints. Also make the necessary changes in openapi.py so
as to be able to read the schema in such cases and generate example
in such cases.
2020-04-17 11:49:58 -07:00
..
add-emoji-reaction.md api: Document POST ../messages/{message_id}/reactions endpoint. 2020-03-08 19:04:15 -07:00
add-linkifiers.md docs: Make add-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
add-subscriptions.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
api-keys.md api docs: Update api-keys. 2018-09-25 21:02:58 -07:00
client-libraries.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
configuring-python-bindings.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
construct-narrow.md docs: Further expand documentation on using IDs in narrows. 2019-09-16 17:17:03 -07:00
create-stream.md api docs: Explain clearly how to create new streams. 2018-07-01 08:41:37 -07:00
create-user-group.md docs: Make create-user-group use curl example system. 2019-10-15 15:53:03 -07:00
create-user.md docs: Make create-user use curl example system. 2019-10-15 15:53:02 -07:00
deactivate-user.md api: Document DELETE ../users/{user_id} endpoint. 2020-02-15 23:08:13 -08:00
delete-message.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
delete-queue.md docs: Make delete-queue use curl example system. 2019-10-15 15:53:03 -07:00
delete-stream.md docs: Make delete-stream use curl example system. 2019-10-15 15:40:44 -07:00
delete-user-group.md docs: Make delete-user-group use curl example system. 2019-10-15 15:53:03 -07:00
deploying-bots.md docs/botserver: Document running custom bot modules. 2019-09-03 13:28:01 -07:00
dev-fetch-api-key.md docs: Make dev-fetch-api-key use curl example system. 2019-10-15 15:53:03 -07:00
get-all-streams.md docs: Make get-all-streams use curl example system. 2019-10-15 15:40:44 -07:00
get-all-users.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get-events-from-queue.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get-message-history.md docs: Make get-message-history use curl example system. 2019-10-15 15:40:44 -07:00
get-messages.md docs: Document changes in the API made since Zulip 2.1.x. 2020-03-26 17:45:03 -07:00
get-org-emoji.md docs: Make get-org-emoji use curl example system. 2019-10-15 15:53:03 -07:00
get-presence.md docs: Update the response schema of get-presence. 2019-10-15 15:53:03 -07:00
get-profile.md docs: Make get-profile use curl example system. 2019-10-15 15:40:44 -07:00
get-raw-message.md docs: Make get-raw-message use curl example system. 2019-10-15 15:40:44 -07:00
get-stream-id.md docs: Make get-stream-id use curl example system. 2019-10-15 15:40:44 -07:00
get-stream-topics.md docs: Make get-stream-topics use curl example system. 2019-10-15 15:40:44 -07:00
get-subscribed-streams.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get-user-groups.md docs: Make get-user-groups use curl example system. 2019-10-15 15:53:03 -07:00
get-user.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
incoming-webhooks-overview.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
incoming-webhooks-walkthrough.md bots: Allow incoming webhook bots to be configured via /bots. 2019-08-20 17:00:48 -07:00
index.md api docs: Link to our zapier and ifttt /integrations pages. 2018-08-10 10:37:49 -07:00
installation-instructions.md api docs: Fix link to client libraries. 2019-11-22 11:08:44 -08:00
integrations-overview.md api docs: Add script and plugin integrations to integrations-overview. 2018-10-16 21:07:00 -07:00
list-linkifiers.md docs: Make list-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
mark-as-read-bulk.md docs: Make mark-as-read-bulk use curl example system. 2019-10-15 15:40:44 -07:00
missing.md
mute-topics.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
non-webhook-integrations.md docs: Extract a Writing Documentation top-level section. 2019-05-29 15:52:11 -07:00
outgoing-webhooks.md api_docs: Migrate POST /zulip-outgoing-webhook. 2020-04-02 14:55:32 -07:00
real-time-events.md api docs: Migrate REAL-TIME /events to OpenAPI. 2020-03-27 17:43:35 -07:00
register-queue.md docs: Make register-queue use curl example system. 2019-10-15 15:53:03 -07:00
remove-emoji-reaction.md api: Document DELETE ../messages/{message_id}/reactions endpoint. 2020-03-08 19:12:45 -07:00
remove-linkifiers.md docs: Make remove-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
remove-subscriptions.md docs: Make remove-subscriptions use curl example system. 2019-10-15 15:40:44 -07:00
render-message.md docs: Make render-message use curl example system. 2019-10-15 15:53:03 -07:00
rest-error-handling.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
rest.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
running-bots.md api: Document using `pip3 install` for zulip_bots(erver). 2019-08-23 15:51:06 -07:00
send-message.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
server-settings.md social_backends: If no icon is to be displayed, set display_icon to None. 2019-11-05 15:44:07 -08:00
sidebar_index.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
typing.md docs: Recommend user_id instead of email in typing javascript example. 2020-03-06 11:39:43 -08:00
update-message-flags.md docs: Make update-message-flags use curl example system. 2019-10-15 15:40:44 -07:00
update-message.md message_edit: Add backend for moving a topic to another stream. 2020-04-07 14:19:19 -07:00
update-notification-settings.md docs: Make update-notification-settings use curl example system. 2019-10-21 17:10:35 +05:30
update-stream.md settings: Migrate to stream_post_policy structure. 2020-02-04 17:08:08 -08:00
update-subscription-properties.md docs: Make update-subscription-properties use curl example system. 2019-10-15 15:40:44 -07:00
update-user-group.md docs: Make update-user-group use curl example system. 2019-10-15 15:53:03 -07:00
update-user.md api: Document PATCH ../users/{user_id} endpoint. 2020-02-15 23:08:13 -08:00
upload-custom-emoji.md docs: Make upload-custom-emoji use curl example system. 2019-10-18 13:45:30 -07:00
upload-file.md docs: Explain link sharing in /api/upload-file. 2019-12-02 12:01:46 -08:00
writing-bots.md docs: remove duplicate "make" in "Writing Bots". 2019-08-21 14:36:08 -07:00