Skip to content

Commit 1545078

Browse files
committed
Use the proper Content-Type for a property of type string with contentEncoding
1 parent b31554a commit 1545078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ requestBody:
15741574
type: object
15751575
properties: {}
15761576
profileImage:
1577-
# Content-Type for application-level encoded resource is `text/plain`
1577+
# Content-Type for properties with type string and contentEncoding is `application/octet-stream`
15781578
type: string
15791579
contentMediaType: image/png
15801580
contentEncoding: base64

0 commit comments

Comments
 (0)