New Version
POST
/version/addRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
name
string
required
Version Name
<= 20 characters
description
string
optional
Version Description
<= 300 characters
ownerId
integer <int64>
required
Version Owner ID
startDate
string <date>
optional
Start Date
planDate
string <date>
optional
Estimated Release Date
Example
{
"name": "xxx",
"description": "xxx",
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
id
integer <int64>
optional
Version ID
Example
{
"code": "0",
"data": {
"id": 1
}
}
Last modified: 7 months ago