Skip to content

issue changeStatus

木杉 edited this page Sep 8, 2018 · 2 revisions
PUT /api/issues/:id/status/:status

header

{
  "token": "token"
}

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [issue]
}
Clone this wiki locally