We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba0fd8 commit 3a8fcbbCopy full SHA for 3a8fcbb
versions/3.0.md
@@ -835,7 +835,7 @@ A header parameter with an array of 64 bit integer numbers:
835
"format": "int64"
836
}
837
},
838
- "style": "comma-delimited"
+ "style": "commaDelimited"
839
840
```
841
@@ -849,7 +849,7 @@ schema:
849
items:
850
type: integer
851
format: int64
852
-style: comma-delimited
+style: commaDelimited
853
854
855
A path parameter of a string value:
0 commit comments