1
0
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:
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

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