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 849ab75 commit 5e60fceCopy full SHA for 5e60fce
src/posit/connect/env.py
@@ -196,3 +196,4 @@ def update(self, other=(), /, **kwargs: Optional[str]):
196
path = f"v1/content/{self.content_guid}/environment"
197
url = self.params.url + path
198
self.params.session.patch(url, json=body)
199
+ # TODO-barret; No `super().update(**response.json())`?
0 commit comments