Skip to content

Commit

Permalink
fix: changed the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Nov 9, 2023
1 parent 3d85216 commit f521837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/python/twilio/rest/api/v2010/account/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def create(
"X-Twilio-Webhook-Enabled": x_twilio_webhook_enabled,
}
)

payload = self._version.create(
method="POST", uri=self._uri, data=data, headers=headers
)
Expand Down Expand Up @@ -458,6 +459,7 @@ async def create_async(
"X-Twilio-Webhook-Enabled": x_twilio_webhook_enabled,
}
)

payload = await self._version.create_async(
method="POST", uri=self._uri, data=data, headers=headers
)
Expand Down

0 comments on commit f521837

Please sign in to comment.