mirror of https://github.com/hzrd149/blossom.git
Update buds/06.md
Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com>
This commit is contained in:
parent
00a378d81f
commit
5593e3d389
|
@ -35,7 +35,7 @@ Example response from the server if the upload can be done:
|
|||
HTTP/1.1 200 OK
|
||||
```
|
||||
|
||||
If the upload cannot proceed, the server `MUST` return an appropriate HTTP status code and a custom header `X-Upload-Message` with a human readable error message.
|
||||
If the upload cannot proceed, the server `MUST` return an appropriate `4xx` HTTP status code and a custom header `X-Upload-Message` with a human readable error message.
|
||||
|
||||
Some examples of error messages:
|
||||
|
||||
|
|
Loading…
Reference in New Issue