From 15450789868d06dc35758688e7a5ed6732cf553a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=B6tter?= Date: Thu, 6 Apr 2023 13:59:13 +0200 Subject: [PATCH] Use the proper Content-Type for a property of type string with contentEncoding --- versions/3.1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.1.1.md b/versions/3.1.1.md index be39af7f91..40c573f1e2 100644 --- a/versions/3.1.1.md +++ b/versions/3.1.1.md @@ -1574,7 +1574,7 @@ requestBody: type: object properties: {} profileImage: - # Content-Type for application-level encoded resource is `text/plain` + # Content-Type for properties with type string and contentEncoding is `application/octet-stream` type: string contentMediaType: image/png contentEncoding: base64