Skip to content

Commit 5d2b377

Browse files
committed
add lost args
1 parent ade3381 commit 5d2b377

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/runloop_api_client/resources/blueprints.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ def create_and_await_build_complete(
282282
return self.await_build_complete(
283283
blueprint.id,
284284
polling_config=polling_config,
285+
extra_headers=extra_headers,
286+
extra_query=extra_query,
287+
extra_body=extra_body,
288+
timeout=timeout,
285289
)
286290

287291
def list(

0 commit comments

Comments
 (0)