Skip to content

Conversation

charjr
Copy link
Contributor

@charjr charjr commented Mar 28, 2024

Closes #3682

@charjr charjr force-pushed the update-3.2.x-style-docs branch from 83e0caa to 8743088 Compare March 28, 2024 19:14
@handrews handrews added the param serialization Issues related to parameter and/or header serialization label Mar 28, 2024
simple | `primitive`, `array`, `object` | `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.
form | `primitive`, `array`, `object` | `query`, `cookie` | Form style parameters defined by [RFC6570](https://tools.ietf.org/html/rfc6570#section-3.2.8). This option replaces `collectionFormat` with a `csv` (when `explode` is false) or `multi` (when `explode` is true) value from OpenAPI 2.0.
spaceDelimited | `array`, `object` | `query` | Space separated array or object values. This option replaces `collectionFormat` equal to `ssv` from OpenAPI 2.0.
spaceDelimited | `array`, `object` | `query` | Space separated array or object values. This option replaces `collectionFormat` equal to `ssv` from OpenAPI 2.0.
Copy link
Member

@karenetheridge karenetheridge Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change this to "array values or object properties and values" to be consistent with #3685 (and update pipeDelimited also in the next line).

@lornajane lornajane requested a review from a team April 17, 2024 10:21
@miqui miqui merged commit 224a8c1 into OAI:v3.2.0-dev Apr 18, 2024
@handrews handrews added this to the v3.2.0 milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
param serialization Issues related to parameter and/or header serialization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants