Update an existing project milestone
PUT
/v3/projects/{id}/milestones/{milestone_id}Update an existing project milestone
请求参数
Path 参数
id
string
必需
The ID of a project
milestone_id
integer <int32>
必需
The ID of a project milestone
Body 参数application/x-www-form-urlencoded
title
string
可选
The title of the milestone
state_event
enum<string>
可选
The state event of the milestone
枚举值:
closeactivate
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)
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Update an existing 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 个月前