Commit d35788d7 authored by Evan Read's avatar Evan Read

Merge branch 'docs-fix-soft-deletion' into 'master'

Fix outdated references to soft deletion

See merge request gitlab-org/gitlab-ce!31982
parents 80c57bf6 44ca24f4
...@@ -466,7 +466,7 @@ Example response: ...@@ -466,7 +466,7 @@ Example response:
## Delete a board list ## Delete a board list
Only for admins and project owners. Soft deletes the board list in question. Only for admins and project owners. Deletes the board list in question.
``` ```
DELETE /projects/:id/boards/:board_id/lists/:list_id DELETE /projects/:id/boards/:board_id/lists/:list_id
......
...@@ -536,7 +536,7 @@ Example response: ...@@ -536,7 +536,7 @@ Example response:
## Delete a group issue board list ## Delete a group issue board list
Only for admins and group owners. Soft deletes the board list in question. Only for admins and group owners. Deletes the board list in question.
``` ```
DELETE /groups/:id/boards/:board_id/lists/:list_id DELETE /groups/:id/boards/:board_id/lists/:list_id
......
...@@ -788,7 +788,7 @@ the `weight` parameter: ...@@ -788,7 +788,7 @@ the `weight` parameter:
## Delete an issue ## 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 DELETE /projects/:id/issues/:issue_iid
......
...@@ -1127,7 +1127,7 @@ the `approvals_before_merge` parameter: ...@@ -1127,7 +1127,7 @@ the `approvals_before_merge` parameter:
## Delete a merge request ## Delete a merge request
Only for admins and project owners. Soft deletes the merge request in question. Only for admins and project owners. Deletes the merge request in question.
``` ```
DELETE /projects/:id/merge_requests/:merge_request_iid DELETE /projects/:id/merge_requests/:merge_request_iid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment