From 9e29f59bdb8992d23ce5e4bf46b3c21e0213cff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 7 Oct 2020 21:22:59 +0200 Subject: [PATCH] fix content type in upload example --- api/client-server/content-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/content-repo.yaml b/api/client-server/content-repo.yaml index 71c35f01..38a739ec 100644 --- a/api/client-server/content-repo.yaml +++ b/api/client-server/content-repo.yaml @@ -42,7 +42,7 @@ paths: name: Content-Type type: string description: The content type of the file being uploaded - x-example: "Content-Type: application/pdf" + x-example: "application/pdf" - in: query type: string x-example: "War and Peace.pdf"