From ac86074869c3f60314b27f2262d1dec46f4b37f4 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Mon, 21 Jan 2019 22:53:26 -0330 Subject: [PATCH] api_docs: Suggest using call_endpoint for undocumented endpoints. --- templates/zerver/api/rest.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/zerver/api/rest.md b/templates/zerver/api/rest.md index cfc5f6c451..8d9e409be1 100644 --- a/templates/zerver/api/rest.md +++ b/templates/zerver/api/rest.md @@ -19,6 +19,11 @@ you can do in Zulip, you can do with Zulip's REST API. To use this API: Most other details are covered in the documentation for the individual endpoints: +!!! tip "" + You may use the `client.call_endpoint` method of our Python API + bindings to call an endpoint that isn't documented here. For an + example, see [Upload a custom emoji](/api/upload-custom-emoji). + {!rest-endpoints.md!} Since Zulip is open source, you can also consult the