Merge pull request #4 from dskvr/patch-3

Fix typo
This commit is contained in:
hzrd149 2024-03-03 08:53:02 +00:00 committed by GitHub
commit 4eb73b01b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ The `PUT /upload` endpoint should expect the `Content-Type` header of the reques
The endpoint MUST return a [Blob Descriptor](./README.md#blob-descriptor) if the upload was successful or an error object if not.
Servers may reject an upload for any reason and should respond with the appropiate HTTP `4xx` status code and an error message explaining the reason for the rejection
Servers may reject an upload for any reason and should respond with the appropriate HTTP `4xx` status code and an error message explaining the reason for the rejection
#### Upload Authorization (required)