Skip to content

Commit 5ff098d

Browse files
authored
Merge pull request #5215 from valerii15298/patch-11
Fixed correct level of encoding object
2 parents 3de9447 + 3d19db8 commit 5ff098d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/oas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,9 +1829,9 @@ requestBody:
18291829
# image media type(s) in the Encoding Object.
18301830
type: string
18311831
contentEncoding: base64url
1832-
encoding:
1833-
icon:
1834-
contentType: image/png, image/jpeg
1832+
encoding:
1833+
icon:
1834+
contentType: image/png, image/jpeg
18351835
```
18361836
18371837
Given a name of `example` and a solid red 2x2-pixel PNG for `icon`, this

0 commit comments

Comments
 (0)