mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix token type in account creation. (#1387)
This commit is contained in:
parent
6ddc3143f5
commit
07b3bd95fc
@ -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…
x
Reference in New Issue
Block a user