diff --git a/github/ProjectCard.pyi b/github/ProjectCard.pyi index 9aaaf8db0c..2fbc35e40b 100644 --- a/github/ProjectCard.pyi +++ b/github/ProjectCard.pyi @@ -23,6 +23,9 @@ class ProjectCard(CompletableGithubObject): def get_content( self, content_type: Union[_NotSetType, str] = ... ) -> Optional[Union[PullRequest, Issue]]: ... + def edit( + self, note=Union[_NotSetType, str], archived=Union[_NotSetType, bool] + ) -> Optional[Union[PullRequest, Issue]]: ... @property def id(self) -> int: ... @property