Commit 1f7c8e14 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'fix-api-boards-docs' into 'master'

docs: Fix example responses for Project Issue Board creation API docs

See merge request gitlab-org/gitlab!46749
parents 3461f37d aa5fb4f3
---
title: Fix example responses for Project Issue Board creation API in the docs
merge_request: 46749
author: Takuya Noguchi
type: fixed
...@@ -203,48 +203,12 @@ Example response: ...@@ -203,48 +203,12 @@ Example response:
"web_url": "http://example.com/diaspora/diaspora-project-site" "web_url": "http://example.com/diaspora/diaspora-project-site"
}, },
"name": "newboard", "name": "newboard",
"milestone": { "lists" : [],
"id": 12 "group": null,
"title": "10.0" "milestone": null,
}, "assignee" : null,
"lists" : [ "labels" : [],
{ "weight" : null
"id" : 1,
"label" : {
"name" : "Testing",
"color" : "#F0AD4E",
"description" : null
},
"position" : 1,
"max_issue_count": 0,
"max_issue_weight": 0,
"limit_metric": null
},
{
"id" : 2,
"label" : {
"name" : "Ready",
"color" : "#FF0000",
"description" : null
},
"position" : 2,
"max_issue_count": 0,
"max_issue_weight": 0,
"limit_metric": null
},
{
"id" : 3,
"label" : {
"name" : "Production",
"color" : "#FF5F00",
"description" : null
},
"position" : 3,
"max_issue_count": 0,
"max_issue_weight": 0,
"limit_metric": null
}
]
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment