docs/specs/api: fix Content-Type typo

Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
Irene Diez 2023-06-08 10:53:58 +02:00
parent 97b1d649c4
commit 93010cae90
1 changed files with 1 additions and 1 deletions

View File

@ -3393,7 +3393,7 @@ POST /v2/<name>/blobs/uploads/?digest=<digest>
Host: <registry host>
Authorization: <scheme> <token>
Content-Length: <length of blob>
Content-Type: application/octect-stream
Content-Type: application/octet-stream
<binary data>
```