Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Dec 12, 2024
1 parent 238d5eb commit 4dc918d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ Authorization: Bearer <access_token>
```

If a request is made for authenticated media and the access token is invalid, the content scanner
will responde with a `MCS_MEDIA_REQUEST_FAILED`.
will respond with HTTP status 502, errcode `MCS_MEDIA_REQUEST_FAILED`.
If a request is made for authenticated media and the `Authorization` header is missing, the content
scanner will responde with a `M_NOT_FOUND`.
scanner will respond with HTTP status 404, errcode `M_NOT_FOUND`.

0 comments on commit 4dc918d

Please sign in to comment.