Skip to content

Commit 02ffa62

Browse files
committed
chore: update
1 parent b27d2cc commit 02ffa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rapyuta_io_sdk_v2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def update_project(
406406

407407
result = self.c.put(
408408
url=f"{self.v2api_host}/v2/projects/{project_guid}/",
409-
headers=self.config.get_headers(**kwargs),
409+
headers=self.config.get_headers(project_guid=project_guid, **kwargs),
410410
json=body.model_dump(by_alias=True),
411411
)
412412
handle_server_errors(result)

0 commit comments

Comments
 (0)