Skip to content

Commit 8de5a93

Browse files
committed
Fix stray "format: byte" to use contentEncoding
1 parent def8f41 commit 8de5a93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

versions/3.1.1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,9 +1679,10 @@ requestBody:
16791679
name:
16801680
type: string
16811681
icon:
1682-
# default is text/plain, need to declare an image type only!
1682+
# default for type string is text/plain, need to declare
1683+
# the appropriate contentType in the Encoding Object
16831684
type: string
1684-
format: byte
1685+
contentEncoding: base64url
16851686
encoding:
16861687
icon:
16871688
contentType: image/png, image/jpeg

0 commit comments

Comments
 (0)