Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koller <mkoller@gitlab.com>2019-08-19 21:55:56 +0300
committerMarkus Koller <mkoller@gitlab.com>2019-08-19 22:01:40 +0300
commit44ca24f4f25c022904d3dc8641ddf1cf10fe8fae (patch)
tree4f8fe5627835cc001f1368ca549ed47b66264928 /doc/api/issues.md
parent070689cb433c6e7a160af08cd8a5c9cda94796bd (diff)
Fix outdated references to soft deletion
We stopped using soft deletion for issues and merge requests in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789, and for boards we apparently never used it.
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r--doc/api/issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 96a547551f1..ebb1ebb6815 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -790,7 +790,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