Skip to content

Commit 7a4a945

Browse files
authored
Rename serializeValue to serializedValue
1 parent 438a0b3 commit 7a4a945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ examples:
10701070
dataValue:
10711071
page: 4
10721072
pageSize: 50
1073-
serializeValue: page=4&pageSize=50
1073+
serializedValue: page=4&pageSize=50
10741074
```
10751075
10761076
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)