summaryrefslogtreecommitdiff
path: root/doc/api/boards.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-20 19:34:24 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-28 08:32:39 +0100
commitf2dd2604134ac62301db765ff0b14ff692e21bd6 (patch)
treecd08ac5661f529a2e1d25d2f4c258f90b6450c8d /doc/api/boards.md
parent86c58687b22f788ad7c821af55abece2f9d89d50 (diff)
downloadgitlab-ce-f2dd2604134ac62301db765ff0b14ff692e21bd6.tar.gz
Update documentation
Diffstat (limited to 'doc/api/boards.md')
-rw-r--r--doc/api/boards.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/api/boards.md b/doc/api/boards.md
index c83db6df80c..f80b98f960b 100644
--- a/doc/api/boards.md
+++ b/doc/api/boards.md
@@ -226,16 +226,3 @@ DELETE /projects/:id/boards/:board_id/lists/:list_id
```bash
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/projects/5/boards/1/lists/1
```
-Example response:
-
-```json
-{
- "id" : 1,
- "label" : {
- "name" : "Testing",
- "color" : "#F0AD4E",
- "description" : null
- },
- "position" : 1
-}
-```