Fix token type in account creation. (#1387)

This commit is contained in:
sgtatham 2024-01-13 22:27:13 +00:00 committed by GitHub
parent 6ddc3143f5
commit 07b3bd95fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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