Skip to content

Commit eb0ce1b

Browse files
fix: update UAC internal settings URI examples
1 parent 9cbd108 commit eb0ce1b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1037
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx/telnyx-3a7e578a56cd90f15282ed4125178d3071ec0d2df8cbeadce76b4a14bfb56cef.yml
3-
openapi_spec_hash: 21d33ec0cdf7b2882ade9637dcbaec86
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx/telnyx-8286b6ef726e3a02d41d375513ee12efaef93dce2899b7cfd0cf08ddecf29f04.yml
3+
openapi_spec_hash: 0dbe9741cf39dc934748dc1344326686
44
config_hash: e4f3f28bb85f381ed051f2940111cd9c

src/telnyx/types/uac_internal_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class UacInternalSettings(BaseModel):
1414
"""
1515
The SIP URI that Telnyx will call when handling an inbound request from the
1616
external peer. Do not include a `sip:` prefix. The value must be in the format
17-
`userinfo@[subdomain.]sip.telnyx.com` or
18-
`userinfo@[subdomain.]sipdev.telnyx.com`; the userinfo portion may contain only
17+
`userinfo@<subdomain.>sip.telnyx.com` or
18+
`userinfo@<subdomain.>sipdev.telnyx.com`; the userinfo portion may contain only
1919
letters, digits, hyphens, and underscores.
2020
"""

src/telnyx/types/uac_internal_settings_param.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class UacInternalSettingsParam(TypedDict, total=False):
1414
"""
1515
The SIP URI that Telnyx will call when handling an inbound request from the
1616
external peer. Do not include a `sip:` prefix. The value must be in the format
17-
`userinfo@[subdomain.]sip.telnyx.com` or
18-
`userinfo@[subdomain.]sipdev.telnyx.com`; the userinfo portion may contain only
17+
`userinfo@<subdomain.>sip.telnyx.com` or
18+
`userinfo@<subdomain.>sipdev.telnyx.com`; the userinfo portion may contain only
1919
letters, digits, hyphens, and underscores.
2020
"""

0 commit comments

Comments
 (0)