Skip to content

Commit b8351dd

Browse files
authored
Fix header name from 'Authentication' to 'Authorization' (#700)
1 parent 0122055 commit b8351dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/authenticated-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All endpoints under namespace `/api/v1/auth` require authentication.
55
Authentication can be in one of two forms:
66

77
- A `Cookie: <SID>` header (for logged in users)
8-
- An `Authentication: Bearer <TOKEN>` (recommended)
8+
- An `Authorization: Bearer <TOKEN>` (recommended)
99

1010
A new token can be generated from `/authorize_token` with the given parameters:
1111

@@ -447,4 +447,4 @@ Returns 204 on success.
447447

448448
Delete a video from the user watched history.
449449

450-
Returns 204 on success.
450+
Returns 204 on success.

0 commit comments

Comments
 (0)