diff options
author | Evan Read <eread@gitlab.com> | 2019-08-21 01:04:09 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-21 01:04:09 +0000 |
commit | d35788d74b473b5e75d407c4441597dfaff5e544 (patch) | |
tree | 267114027b3fbe5a2d1ca86bae6479453e8e3e6b /doc/api/issues.md | |
parent | 80c57bf6d13d6025a9568afb9cca36c279fac593 (diff) | |
parent | 44ca24f4f25c022904d3dc8641ddf1cf10fe8fae (diff) | |
download | gitlab-ce-d35788d74b473b5e75d407c4441597dfaff5e544.tar.gz |
Merge branch 'docs-fix-soft-deletion' into 'master'
Fix outdated references to soft deletion
See merge request gitlab-org/gitlab-ce!31982
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r-- | doc/api/issues.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index 11c18ef94ba..4f2b4a966c9 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -788,7 +788,7 @@ the `weight` parameter: ## Delete an issue -Only for admins and project owners. Soft deletes the issue in question. +Only for admins and project owners. Deletes the issue in question. ``` DELETE /projects/:id/issues/:issue_iid |