@@ -154,8 +154,9 @@ def create(
154154 Steel-provided proxies in favor of your specified proxy. Format:
155155 http(s)://username:password@hostname:port
156156
157- region: The desired region for the session to be started in. Available regions are lax,
158- ord, iad
157+ region: The desired region for the session. Available: us-east, us-west, us-central,
158+ eu-west, eu-central, ap-northeast, ap-southeast, sa-east. Legacy codes (iad,
159+ lax, ord) are also accepted.
159160
160161 session_context: Session context data to be used in the created session. Sessions will start with
161162 an empty context by default.
@@ -966,8 +967,9 @@ async def create(
966967 Steel-provided proxies in favor of your specified proxy. Format:
967968 http(s)://username:password@hostname:port
968969
969- region: The desired region for the session to be started in. Available regions are lax,
970- ord, iad
970+ region: The desired region for the session. Available: us-east, us-west, us-central,
971+ eu-west, eu-central, ap-northeast, ap-southeast, sa-east. Legacy codes (iad,
972+ lax, ord) are also accepted.
971973
972974 session_context: Session context data to be used in the created session. Sessions will start with
973975 an empty context by default.
0 commit comments