Create a new project milestone
POST
/v3/projects/{id}/milestonesCreate a new project milestone
请求参数
Path 参数
id
string
必需
The ID of a project
Body 参数application/x-www-form-urlencoded
title
string
必需
The title of the milestone
description
string
可选
The description of the milestone
due_date
string
可选
The due date of the milestone. The ISO 8601 date format (%Y-%m-%d)
start_date
string
可选
The start date of the milestone. The ISO 8601 date format (%Y-%m-%d)
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Create a new project milestone
数据结构
Update an existing project milestone
id
string
可选
iid
string
可选
project_id
string
可选
title
string
可选
description
string
可选
state
string
可选
created_at
string
可选
updated_at
string
可选
due_date
string
可选
start_date
string
可选
示例
{
"id": "string",
"iid": "string",
"project_id": "string",
"title": "string",
"description": "string",
"state": "string",
"created_at": "string",
"updated_at": "string",
"due_date": "string",
"start_date": "string"
}
最后修改时间: 1 个月前