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:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-03-24 15:40:35 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-03-24 15:40:35 +0300
commit1fb9de2bf746a32baeb74e57bf7f64525cc8ec3f (patch)
treed4207c0d90713c39977afabe2765806be89bd046 /doc/api/boards.md
parent6eeba4b18214e054bbdebd66f53586fc09256130 (diff)
Change Done column to Closed in issue boards
Diffstat (limited to 'doc/api/boards.md')
-rw-r--r--doc/api/boards.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/boards.md b/doc/api/boards.md
index a74e82335eb..b2106463639 100644
--- a/doc/api/boards.md
+++ b/doc/api/boards.md
@@ -63,7 +63,7 @@ Example response:
## List board lists
Get a list of the board's lists.
-Does not include `backlog` and `done` lists
+Does not include `backlog` and `closed` lists
```
GET /projects/:id/boards/:board_id/lists