Create a new board list
POST
/v3/projects/{id}/boards/{board_id}/listsThis feature was introduced in 8.13
请求参数
Path 参数
id
string
必需
The ID of a project
board_id
integer <int32>
必需
The ID of a board
Body 参数application/x-www-form-urlencoded
label_id
integer <int32>
必需
The ID of an existing label
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Create a new board list
数据结构
This feature was introduced in 8.13
id
string
可选
label
object (LabelBasic)
可选
id
string
可选
name
string
可选
color
string
可选
description
string
可选
position
string
可选
示例
{
"id": "string",
"label": {
"id": "string",
"name": "string",
"color": "string",
"description": "string"
},
"position": "string"
}
最后修改时间: 1 个月前