Get a single project milestone
GET
/v3/projects/{id}/milestones/{milestone_id}Get a single project milestone
请求参数
Path 参数
id
string
必需
The ID of a project
milestone_id
integer <int32>
必需
The ID of a project milestone
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a single 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 个月前