Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/create_and_wait.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,8 +15,6 @@ def main() -> None:
recipients=[
{
"phones": [os.environ.get("CALLE_EXAMPLE_PHONE", "+14155550100")],
"region": "US",
"locale": "en-US",
}
],
result_schema={
Expand Down
4 changes: 0 additions & 4 deletions openapi/calle.openapi.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,12 +32,8 @@ paths:
recipients:
- phones:
- "<RECIPIENT_1_E164_PHONE>"
region: US
locale: en-US
- phones:
- "<RECIPIENT_2_E164_PHONE>"
region: US
locale: en-US
result_schema:
type: object
required:
Expand Down