From 9784d754b23218a2a93d180d72579f6ddd27da82 Mon Sep 17 00:00:00 2001 From: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com> Date: Mon, 22 Oct 2018 20:56:41 +0100 Subject: [PATCH] Use the full URL to refer to the Apps API Co-Authored-By: BaptisteGelez --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 477a692d..d4d69ec9 100644 --- a/docs/API.md +++ b/docs/API.md @@ -3,7 +3,7 @@ ## Getting an API token To get access to the API, you should register your app and obtain a -token. To do so, use the `apps` API (accessible without a token) to create +token. To do so, use the `/api/v1/apps` API (accessible without a token) to create a new app. Store the result somewhere for future use. Then send a request to `/api/v1/oauth2`, with the following GET parameters: