mirror of
https://github.com/distribution/distribution
synced 2024-11-12 05:45:51 +01:00
docs/specs/api: fix Content-Type typo
Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
parent
97b1d649c4
commit
93010cae90
@ -3393,7 +3393,7 @@ POST /v2/<name>/blobs/uploads/?digest=<digest>
|
|||||||
Host: <registry host>
|
Host: <registry host>
|
||||||
Authorization: <scheme> <token>
|
Authorization: <scheme> <token>
|
||||||
Content-Length: <length of blob>
|
Content-Length: <length of blob>
|
||||||
Content-Type: application/octect-stream
|
Content-Type: application/octet-stream
|
||||||
|
|
||||||
<binary data>
|
<binary data>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user