diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-10-13 07:49:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 07:49:56 +0200 |
commit | e5b047d3a326bd8c8deda83880c8bfd9c9b95fa1 (patch) | |
tree | d1c7a5dbbe3ee0c325f00ec147b8d6447fef42fa | |
parent | 53b4c2fea61a20e990a86caacddf8ff9112fa8db (diff) | |
parent | 609c03b7139db8af5524ebeb741fd5b003e17038 (diff) | |
download | gitlab-e5b047d3a326bd8c8deda83880c8bfd9c9b95fa1.tar.gz |
Merge pull request #1211 from python-gitlab/docs/admin-project-owner
docs(issues): add admin, project owner hint
-rw-r--r-- | docs/gl_objects/issues.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/issues.rst b/docs/gl_objects/issues.rst index 6823da0..a6657a1 100644 --- a/docs/gl_objects/issues.rst +++ b/docs/gl_objects/issues.rst @@ -127,7 +127,7 @@ Close / reopen an issue:: issue.state_event = 'reopen' issue.save() -Delete an issue:: +Delete an issue (admin or project owner only):: project.issues.delete(issue_id) # pr |