From 5dda7f17c840e34939b344398ae8dd7acd801a0f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 11 Jan 2024 18:09:59 +0000 Subject: [PATCH] Fix token type in account creation. The 'OAuth' field for the create-account request says that it wants an _app_ token. But the description of the 'Authorization' header says a user token. Surely the app token is right, because if you haven't created an account yet, you don't _have_ a user token. --- content/en/methods/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 0e38a51e..3092b3ee 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -37,7 +37,7 @@ Creates a user and account records. Returns an account access token for the app ##### Headers Authorization -: {{}} Provide this header with `Bearer ` to gain authorized access to this API method. +: {{}} Provide this header with `Bearer ` to gain authorized access to this API method. ##### Form data parameters