Fix token type in account creation. (#1387)
This commit is contained in:
parent
6ddc3143f5
commit
07b3bd95fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue