We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c5b88 commit 2f6d162Copy full SHA for 2f6d162
1 file changed
src/runloop_api_client/resources/scenarios/scenarios.py
@@ -918,6 +918,8 @@ async def start_run_and_await_env_ready(
918
run_name: Optional[str] | Omit = omit,
919
run_profile: Optional[scenario_start_run_params.RunProfile] | Omit = omit,
920
polling_config: PollingConfig | None = None,
921
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
922
+ # The extra values given here take precedence over values defined on the client or passed to this method.
923
extra_headers: Headers | None = None,
924
extra_query: Query | None = None,
925
extra_body: Body | None = None,
0 commit comments