docs/specs/api: fix Content-Type typo
Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
parent
97b1d649c4
commit
93010cae90
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue