From 708a39a59b73a6f43086ae8ace46ccf3771c265a Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 8 Jan 2023 19:26:19 +1100 Subject: [PATCH] Update docs/contributing/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Erkin Alp Güney --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 0663273..25ec924 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -29,7 +29,7 @@ and guessing about any functionality server-side, if it's undocumented. For a lot of things it's pretty simple to guess, `GET /api/users/@me` returns private details about your user for example. This route is also detailed in [Discords own documentation](https://discord.com/developers/), [here specifically](https://discord.com/developers/docs/resources/user#get-current-user). -Discords does not document anything that is not related to application/bot development, though. +Discord generally does not document anything that is not related to application/bot development, though. As an example, `GET /api/updates?platform={}` which returns the `url`, `pub_date`, `name` and any `notes` about the latest client release for a platform. For the Gateway it's the same procedure, except now you can't use the network logger of your devtools