params_override — 覆盖原始参数(部分字段)app-key: ********************{
"params_override": {
"property1": "string",
"property2": "string"
}
}curl --location 'https://api.jieshuo.cn/v1/tasks//retry' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"params_override": {
"property1": "string",
"property2": "string"
}
}'{
"code": 10000,
"message": "Success",
"data": {
"task_id": "string",
"category": "string",
"type": 0,
"type_name": "string",
"status": 0,
"status_name": "",
"progress": 0,
"estimated_points": 0,
"consumed_points": 0,
"duration_consumed_points": 0,
"process_consumed_points": 0,
"extra_consumed_points": 0,
"discount_points": 0,
"results": {
"property1": "string",
"property2": "string"
},
"error_message": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z"
}
}