Skip to content

Commit

Permalink
chore: increase max method param threshold
Browse files Browse the repository at this point in the history
This change updates a the gen.yaml config field `maxMethodParams` to 20 to ensure that parameters across all operations are flattened into keyword arguments on corresponding SDK methods.
  • Loading branch information
disintegrator authored Sep 18, 2024
1 parent 28eb032 commit 2fca1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python:
shared: ""
webhooks: ""
inputModelSuffix: input
maxMethodParams: 4
maxMethodParams: 20
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: clerk-backend-api
Expand Down

0 comments on commit 2fca1a8

Please sign in to comment.