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 9b17189 commit e89c47aCopy full SHA for e89c47a
rapyuta_io_sdk_v2/client.py
@@ -615,7 +615,7 @@ def update_deployment(
615
if isinstance(body, dict):
616
body = Deployment.model_validate(body)
617
618
- result = self.c.put(
+ result = self.c.patch(
619
url=f"{self.v2api_host}/v2/deployments/{name}/",
620
headers=self.config.get_headers(**kwargs),
621
json=body.model_dump(),
0 commit comments