新建版本
POST
/version/add请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
Body 参数application/json
name
string
版本名称
<= 20 字符
description
string
描述
<= 300 字符
ownerId
integer <int64>
负责人id
startDate
string <date>
开始日期
planDate
string <date>
预计发布日期
示例
{
"name": "xxx",
"description": "xxx",
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
id
integer <int64>
id
示例
{
"code": "0",
"data": {
"id": 1
}
}
最后修改时间: 4 个月前