Skip to content

Commit a3f2e42

Browse files
fix: Opt-in to RFC 7578 multipart field formatting
This is a new feature from Speakeasy that supports RFC 7578-compliant format (instead of the `fieldname.[]` style).
1 parent 0bdab23 commit a3f2e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ java:
6262
shortName: MIT
6363
url: https://mit-license.org/
6464
maxMethodParams: 4
65-
multipartArrayFormat: legacy
65+
multipartArrayFormat: standard
6666
nullFriendlyParameters: false
6767
openUnions: true
6868
operationScopedParams: true

0 commit comments

Comments
 (0)