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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 21:10:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 21:10:32 +0300
commit21db5294d4ba402f9d44a1f59e8344daef0911a2 (patch)
treed888dbe0a42ce86efe9e235602fe5209b196ada7 /doc/api/boards.md
parent155f106fd5b5214c387e9b9143e9fa5725daed54 (diff)
Add latest changes from gitlab-org/gitlab@master
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 3288aefb1cf..ab9bd4ea3f1 100644
--- a/doc/api/boards.md
+++ b/doc/api/boards.md
@@ -427,7 +427,7 @@ POST /projects/:id/boards/:board_id/lists
NOTE:
Label, assignee and milestone arguments are mutually exclusive,
that is, only one of them are accepted in a request.
-Check the [Issue Board documentation](../user/project/issue_board.md)
+Check the [issue board documentation](../user/project/issue_board.md)
for more information regarding the required license for each list type.
```shell