From 44ca24f4f25c022904d3dc8641ddf1cf10fe8fae Mon Sep 17 00:00:00 2001 From: Markus Koller Date: Mon, 19 Aug 2019 20:55:56 +0200 Subject: 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. --- doc/api/group_boards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/group_boards.md') diff --git a/doc/api/group_boards.md b/doc/api/group_boards.md index 4d10f83720b..99b522a7ae9 100644 --- a/doc/api/group_boards.md +++ b/doc/api/group_boards.md @@ -536,7 +536,7 @@ Example response: ## 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 -- cgit v1.2.1