Skip to content

Commit

Permalink
removing accept headers for delete operation
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 12, 2024
1 parent f3092a7 commit 2fb73b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/twilio-python/context.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class {{apiName}}Context(InstanceContext):
{{/vendorExtensions.x-twilio.ignoreOperation}}{{/vendorExtensions.x-is-update-operation}}{{#vendorExtensions.x-is-fetch-operation}}{{^vendorExtensions.x-twilio.ignoreOperation}}
def {{vendorExtensions.x-name-lower}}(self{{#allParams}}, {{paramName}}: {{#if required}}{{{dataType}}}{{else}}Union[{{{dataType}}}, object]=values.unset{{/if}}{{/allParams}}) -> {{instanceName}}:
"""
Fetch1 the {{instanceName}}
Fetch the {{instanceName}}
{{#allParams}}
:param {{paramName}}: {{{description}}}{{/allParams}}

Expand Down

0 comments on commit 2fb73b4

Please sign in to comment.