Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 4, 2024
1 parent 849ab75 commit 5e60fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/posit/connect/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@ def update(self, other=(), /, **kwargs: Optional[str]):
path = f"v1/content/{self.content_guid}/environment"
url = self.params.url + path
self.params.session.patch(url, json=body)
# TODO-barret; No `super().update(**response.json())`?

0 comments on commit 5e60fce

Please sign in to comment.