diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-27 16:30:33 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-27 16:30:33 +0000 |
commit | bc36dfe87fb630414e468fbc0d4f648caeff09d0 (patch) | |
tree | 1dc60e860bc1d3e0554c461a316c39409c0eea8f /doc | |
parent | 5f9bdcd0cb6efb54570215f9a5c0bbb7af3a1c2f (diff) | |
parent | 1fb9de2bf746a32baeb74e57bf7f64525cc8ec3f (diff) | |
download | gitlab-ce-bc36dfe87fb630414e468fbc0d4f648caeff09d0.tar.gz |
Merge branch 'rename_done_to_closed' into 'master'
Change Done column to Closed in issue boards
Closes #29420
See merge request !10198
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/boards.md | 2 |
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 |