summaryrefslogtreecommitdiff
path: root/doc/api/boards.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-09 10:45:03 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-07-09 10:45:03 +0900
commit401a7a740475e3a4e063d1300d284cab162a04c1 (patch)
tree5e38121479cc3673a1623fec7511fcef2bf68be9 /doc/api/boards.md
parentbaf6ea490278bb32dd0ba8f5f3b8b95029e66532 (diff)
downloadgitlab-ce-docs-markdown-whitespaces.tar.gz
Remove extra whitespaces in docsdocs-markdown-whitespaces
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
Diffstat (limited to 'doc/api/boards.md')
-rw-r--r--doc/api/boards.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/boards.md b/doc/api/boards.md
index 926a0be1d8b..08ec1d832df 100644
--- a/doc/api/boards.md
+++ b/doc/api/boards.md
@@ -229,7 +229,6 @@ PUT /projects/:id/boards/:board_id
| `labels` | string | no | Comma-separated list of label names which the board should be scoped to |
| `weight` | integer | no | The weight range from 0 to 9, to which the board should be scoped to |
-
```bash
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/projects/5/boards/1?name=new_name&milestone_id=43&assignee_id=1&labels=Doing&weight=4
```