From 421a97ffab062f3f11c67424a92b6f2b646c95c8 Mon Sep 17 00:00:00 2001 From: Irene Diez Date: Thu, 8 Jun 2023 11:04:04 +0200 Subject: [PATCH] registry/api/v2: fix ContentType in RouteNameBlobUpload Sets 'application/octet-stream' as the ContentType in the Body of RouteNameBlobUpload. Signed-off-by: Irene Diez --- registry/api/v2/descriptors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/api/v2/descriptors.go b/registry/api/v2/descriptors.go index 8622d0d2..9d1cfdb8 100644 --- a/registry/api/v2/descriptors.go +++ b/registry/api/v2/descriptors.go @@ -987,7 +987,7 @@ var routeDescriptors = []RouteDescriptor{ }, }, Body: BodyDescriptor{ - ContentType: "application/octect-stream", + ContentType: "application/octet-stream", Format: "", }, Successes: []ResponseDescriptor{