Skip to content

Commit 0f6075e

Browse files
miquihandrews
andauthored
Apply suggestion from @handrews
Co-authored-by: Henry Andrews <andrews_henry@yahoo.com>
1 parent 5972558 commit 0f6075e

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
@@ -1404,7 +1404,7 @@ The `itemEncoding` field can also be used with `itemSchema` to support streaming
14041404
##### Additional Encoding Approaches
14051405

14061406
The `prefixEncoding` and/or `itemEncoding` fields, and/or usage of a [`schema` indicating an array type](#non-json-data) (or `itemSchema`), can be used with any `multipart` content to require a fixed part order.
1407-
This includes `multipart/form-data`, in which the property name of each item are used to populate the `Content-Disposition` headers with the part name.
1407+
This includes `multipart/form-data`, in which the property name of each item is used to populate the `Content-Disposition` headers with the part name.
14081408

14091409
Prior versions of this specification advised using the [`name` parameter](https://www.rfc-editor.org/rfc/rfc7578#section-4.2) of the `Content-Disposition: form-data` header of each part with `multipart` media types other than `multipart/form-data` in order to work around the limitations of the `encoding` field.
14101410
Implementations MAY choose to support this workaround, but as this usage is not common, implementations of non-`form-data` `multipart` media types are unlikely to support it.

0 commit comments

Comments
 (0)