Skip to content

Commit 6050bd6

Browse files
fix typo in example
1 parent 2eed149 commit 6050bd6

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
@@ -1071,7 +1071,7 @@ examples:
10711071
dataValue:
10721072
page: 4
10731073
pageSize: 50
1074-
serializeValue: page=4&pageSize=50
1074+
serializedValue: page=4&pageSize=50
10751075
```
10761076
10771077
A complex parameter using `content` to define serialization, with multiple levels and types of examples shown to make the example usage options clear — note that `dataValue` is the same at both levels and does not need to be shown in both places in normal usage, but `serializedValue` is different:

0 commit comments

Comments
 (0)