Skip to content

Commit

Permalink
Organization api uptake changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 11, 2024
1 parent 97c9ca7 commit 7863f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/twilio-python/instance.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class {{instanceName}}(InstanceResource):
{{#operations}}{{#vendorExtensions.x-is-context-operation}}
{{#vendorExtensions.x-is-update-operation}}
def {{vendorExtensions.x-name-lower}}(self{{#allParams}}, {{paramName}}: {{#if required}}{{{dataType}}}{{else}}Union[{{{dataType}}}, object]=values.unset{{/if}}{{/allParams}}) -> "{{instanceName}}":
"""hello3
"""
Update the {{instanceName}}
{{#allParams}}
:param {{paramName}}: {{{description}}}{{/allParams}}
Expand Down

0 comments on commit 7863f9d

Please sign in to comment.