Update 'Polling-task-status.md'
udpdated item task state description
This commit is contained in:
parent
9bc15fef76
commit
5b72805644
@ -18,7 +18,7 @@ GET /api/v1/items/{code}/tasks
|
|||||||
"taskType": "string",
|
"taskType": "string",
|
||||||
"code": "string",
|
"code": "string",
|
||||||
"message": "string",
|
"message": "string",
|
||||||
"state": "Error, Ok, Scheduled, Processing",
|
"state": "0, 1, 2 or 3", // Error, Ok, Scheduled, Processing
|
||||||
"started": "2020-03-20T11:13:20.568Z",
|
"started": "2020-03-20T11:13:20.568Z",
|
||||||
"finished": "2020-03-20T11:13:20.568Z"
|
"finished": "2020-03-20T11:13:20.568Z"
|
||||||
},
|
},
|
||||||
@ -45,7 +45,7 @@ GET /api/v1/items/{code}/tasks/{itemTaskCode}
|
|||||||
"taskType": "string",
|
"taskType": "string",
|
||||||
"code": "string",
|
"code": "string",
|
||||||
"message": "string",
|
"message": "string",
|
||||||
"state": "Error, Ok, Scheduled, Processing",
|
"state": "0, 1, 2 or 3", // Error, Ok, Scheduled, Processing
|
||||||
"started": "2020-03-20T11:13:20.568Z",
|
"started": "2020-03-20T11:13:20.568Z",
|
||||||
"finished": "2020-03-20T11:13:20.568Z"
|
"finished": "2020-03-20T11:13:20.568Z"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user