Skip to content

Commit 422c6de

Browse files
authored
Merge pull request #5217 from valerii15298/patch-13
Fix `const` value in example to match requestBody data
2 parents 787debc + f81eba2 commit 422c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ content:
16031603
format: int64
16041604
- properties:
16051605
event:
1606-
const: addJson
1606+
const: addJSON
16071607
data:
16081608
$comment: |
16091609
These content fields indicate

0 commit comments

Comments
 (0)