Skip to content

Commit 859483b

Browse files
authored
Update versions/3.1.1.md
1 parent b3539fe commit 859483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ form | `primitive`, `array`, `object` | `query`, `cookie` | Form style paramet
10591059
simple | `array` | `path`, `header` | Simple style parameters defined by [RFC6570](https://tools.ietf.org/html/rfc6570#section-3.2.2). This option replaces `collectionFormat` with a `csv` value from OpenAPI 2.0.
10601060
spaceDelimited | `array`, `object` | `query` | Space separated array or object values. This option replaces `collectionFormat` equal to `ssv` from OpenAPI 2.0.
10611061
pipeDelimited | `array`, `object` | `query` | Pipe separated array or object values. This option replaces `collectionFormat` equal to `pipes` from OpenAPI 2.0.
1062-
deepObject | `object` | `query` | Allows objects with scalar properties to be serialized using form parameters.
1062+
deepObject | `object` | `query` | Allows objects with scalar properties to be represented using form parameters. The representation of array or object properties is not defined.
10631063

10641064

10651065
##### Style Examples

0 commit comments

Comments
 (0)