Update Epic
POST
/epic/updateRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
data
object
required
Epic Field Values
id
integer <int64>
required
Epic ID
Example
{
"data": {
"summary": "xxx",
"owner": 1,
"follows": [
1
],
"description": "xxx",
"label": [
1
],
"priority": 1,
"status": 1
},
"id": 1
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
success
Example
{
"code": "0",
"data": {
"success": true
}
}
Last modified: 7 months ago