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 b27d2cc commit 02ffa62Copy full SHA for 02ffa62
rapyuta_io_sdk_v2/client.py
@@ -406,7 +406,7 @@ def update_project(
406
407
result = self.c.put(
408
url=f"{self.v2api_host}/v2/projects/{project_guid}/",
409
- headers=self.config.get_headers(**kwargs),
+ headers=self.config.get_headers(project_guid=project_guid, **kwargs),
410
json=body.model_dump(by_alias=True),
411
)
412
handle_server_errors(result)
0 commit comments