更新迭代
PATCH
/sprint/update请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
Body 参数application/json
goal
string
目标
endDate
string <date>
结束日期
name
string
迭代名称
id
integer <int64>
迭代id
assignee
integer <int64>
指派人id
startDate
string <date>
开始日期
示例
{
"goal": "xxx",
"endDate": 1646301600000,
"name": "xxx",
"id": 1,
"assignee": 1,
"startDate": 1646301600000
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
success
boolean
success
示例
{
"code": "0",
"data": {
"success": true
}
}
最后修改时间: 4 个月前