PUT v1/Gantt/Task/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Default value is 0 | 
Body Parameters
None.
Response Information
Resource Description
GanttOutModelChange| Name | Description | Type | Additional information | 
|---|---|---|---|
| type | enmTypeChn | None. | |
| sid | integer | None. | |
| tid | integer | None. | |
| dbId | integer | None. | 
Response Formats
application/json, text/json, application/vnd.team.do+json
            Sample:
        
{
  "type": "inserted",
  "sid": 1,
  "tid": 2,
  "dbId": 3
}
        text/html
            Sample:
{"type":"inserted","sid":1,"tid":2,"dbId":3}