Skip to content

Commit

Permalink
fix: adds owner field
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Apr 11, 2024
1 parent a50810d commit ffbd3ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/posit/connect/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ def tags(self) -> List[dict]:
def tags(self) -> List[dict]:
return self.get("tags", [])

# CRUD Methods

def delete(self) -> None:
"""Delete the content item."""
path = f"v1/content/{self.guid}"
Expand Down

0 comments on commit ffbd3ca

Please sign in to comment.