We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a87ff commit 970ffe7Copy full SHA for 970ffe7
templates/python/base/params.twig
@@ -8,7 +8,7 @@
8
{% endif %}
9
{% endfor %}
10
{% for parameter in method.parameters.path %}
11
- path = path.replace('{{ '{' }}{{ parameter.name | caseCamel }}{{ '}' }}', {{ parameter.name | escapeKeyword | caseSnake }})
+ api_path = api_path.replace('{{ '{' }}{{ parameter.name | caseCamel }}{{ '}' }}', {{ parameter.name | escapeKeyword | caseSnake }})
12
13
14
{% for parameter in method.parameters.query %}
0 commit comments