registry/api/v2: fix ContentType in RouteNameBlobUpload

Sets 'application/octet-stream' as the ContentType in the
Body of RouteNameBlobUpload.

Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
Irene Diez 2023-06-08 11:04:04 +02:00
parent 93010cae90
commit 421a97ffab

View file

@ -987,7 +987,7 @@ var routeDescriptors = []RouteDescriptor{
},
},
Body: BodyDescriptor{
ContentType: "application/octect-stream",
ContentType: "application/octet-stream",
Format: "<binary data>",
},
Successes: []ResponseDescriptor{