We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0122055 commit b8351ddCopy full SHA for b8351dd
1 file changed
docs/api/authenticated-endpoints.md
@@ -5,7 +5,7 @@ All endpoints under namespace `/api/v1/auth` require authentication.
5
Authentication can be in one of two forms:
6
7
- A `Cookie: <SID>` header (for logged in users)
8
-- An `Authentication: Bearer <TOKEN>` (recommended)
+- An `Authorization: Bearer <TOKEN>` (recommended)
9
10
A new token can be generated from `/authorize_token` with the given parameters:
11
@@ -447,4 +447,4 @@ Returns 204 on success.
447
448
Delete a video from the user watched history.
449
450
-Returns 204 on success.
+Returns 204 on success.
0 commit comments