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.
This commit is contained in:
Simon Tatham 2024-01-11 18:09:59 +00:00
parent 09ac07584a
commit 5dda7f17c8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Creates a user and account records. Returns an account access token for the app
##### Headers
Authorization
: {{<required>}} Provide this header with `Bearer <user token>` to gain authorized access to this API method.
: {{<required>}} Provide this header with `Bearer <app token>` to gain authorized access to this API method.
##### Form data parameters