File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
717
717
"items": {
718
718
"type": "string"
719
719
},
720
- "style": "commaDelimited "
720
+ "style": "simple "
721
721
}
722
722
]
723
723
}
@@ -749,7 +749,7 @@ parameters:
749
749
description: ID of pet to use
750
750
required: true
751
751
type: array
752
- format: form
752
+ style: simple
753
753
items:
754
754
type: string
755
755
` ` `
@@ -1016,7 +1016,7 @@ A header parameter with an array of 64 bit integer numbers:
1016
1016
"format": "int64"
1017
1017
}
1018
1018
},
1019
- "style": "commaDelimited "
1019
+ "style": "simple "
1020
1020
}
1021
1021
` ` `
1022
1022
@@ -1030,7 +1030,7 @@ schema:
1030
1030
items:
1031
1031
type: integer
1032
1032
format: int64
1033
- style: commaDelimited
1033
+ style: simple
1034
1034
` ` `
1035
1035
1036
1036
A path parameter of a string value :
You can’t perform that action at this time.
0 commit comments