fix forbidden response example status code

This commit is contained in:
quentintaranpino 2024-09-16 09:21:38 +02:00
parent 8e633d00b9
commit 53472888d3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ X-Upload-Message: Authorization required for uploading video files.
```
```http
HTTP/1.1 401 Forbidden
HTTP/1.1 403 Forbidden
X-Upload-Message: SHA-256 hash banned.
```