From 1fb9de2bf746a32baeb74e57bf7f64525cc8ec3f Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Fri, 24 Mar 2017 23:40:35 +1100 Subject: Change Done column to Closed in issue boards --- doc/api/boards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/boards.md') 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 -- cgit v1.2.3