You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,9 @@ client = Client()
135
135
136
136
###Specify Region and/or Edge
137
137
138
-
To take advantage of Twilio's[Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region and/or Edge for the client:
138
+
To take advantage of Twilio's[Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region and Edge for the client:
139
+
140
+
>**Note:** When specifying a`region` parameter for a helper library client, be sure to also specify the`edge` parameter. For backward compatibility purposes, specifying a`region` without specifying an`edge` will result in requests being routed to US1.