{
"id": 0,
"name": "string",
"url": "string",
"runClientMode": "string",
"runClientDeviceIds": [
0
],
"taskType": "string",
"taskConfig": "string",
"cookies": "string",
"userAgent": "string",
"cronExpression": "string",
"randomDelayEnabled": 0,
"randomDelayMinSeconds": 0,
"randomDelayMaxSeconds": 0,
"screenshotEnabled": 0,
"screenshotFullPage": 0,
"screenshotMaxScroll": 1,
"extractScrollEnabled": 0,
"extractMaxScroll": 1,
"notifyEnabled": 0,
"notifyChannelIds": [
0
],
"notifyTemplateId": 0,
"aiRule": "string",
"elements": [
{
"selector": "string",
"selectorType": "string",
"extractType": "string",
"label": "string",
"sortOrder": 0
}
]
}curl --location --request PUT 'https://webdiff.perk-net.com/api/open/task/update' \
--header 'token: 19059c06a4024a0e99214e4a05cc84a1' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"name": "string",
"url": "string",
"runClientMode": "string",
"runClientDeviceIds": [
0
],
"taskType": "string",
"taskConfig": "string",
"cookies": "string",
"userAgent": "string",
"cronExpression": "string",
"randomDelayEnabled": 0,
"randomDelayMinSeconds": 0,
"randomDelayMaxSeconds": 0,
"screenshotEnabled": 0,
"screenshotFullPage": 0,
"screenshotMaxScroll": 1,
"extractScrollEnabled": 0,
"extractMaxScroll": 1,
"notifyEnabled": 0,
"notifyChannelIds": [
0
],
"notifyTemplateId": 0,
"aiRule": "string",
"elements": [
{
"selector": "string",
"selectorType": "string",
"extractType": "string",
"label": "string",
"sortOrder": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": null
}