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 a0fd651 commit a92f024Copy full SHA for a92f024
src/posit/connect/content.py
@@ -57,7 +57,7 @@ class ContentItemRepository(ApiDictEndpoint):
57
"""
58
59
class _Attrs(TypedDict, total=False):
60
- repository: NotRequired[str]
+ repository: str
61
"""URL for the repository."""
62
branch: NotRequired[str]
63
"""The tracked Git branch."""
@@ -216,8 +216,6 @@ def create_repository(
216
Directory containing the content. Default is '.'.
217
polling : bool, optional
218
Indicates that the Git repository is regularly polled. Default is False.
219
- **attributes : Any
220
- Additional attributes.
221
222
Returns
223
-------
0 commit comments