{
"token": "dolore in ea cupidatat non",
"propsInDetails": [
{
"dsId": "97",
"dsDir": "laborum pariatur Excepteur"
}
],
"settingsInDetails": [
{
"dsId": "12",
"guanIndexIncrementalUpdateSetting": {
"enabled": false,
"query": "et",
"preClean": {
"enabled": false,
"rule": "do dolor"
}
},
"realTimeUpdateSetting": null,
"tokenSetting": {
"action": "laborum aliqua"
},
"retryCapable": {
"enable": false,
"retryConfig": {
"interval": 43,
"unit": "irure anim"
}
},
"cron": {
"cronType": "MONTHLY",
"value": "eu"
}
},
{
"dsId": "87",
"guanIndexIncrementalUpdateSetting": {
"enabled": false,
"query": "sit anim",
"preClean": {
"enabled": false,
"rule": "quis"
}
},
"realTimeUpdateSetting": null,
"tokenSetting": {
"action": "nostrud Duis in"
},
"retryCapable": {
"enable": false,
"retryConfig": {
"interval": 17,
"unit": "ipsum aliqua ad cillum commodo"
}
},
"cron": {
"cronType": "default",
"value": "commodo Ut officia cillum ex"
}
}
]
}curl --location --request POST '/public-api/data-source/update-setting' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "dolore in ea cupidatat non",
"propsInDetails": [
{
"dsId": "97",
"dsDir": "laborum pariatur Excepteur"
}
],
"settingsInDetails": [
{
"dsId": "12",
"guanIndexIncrementalUpdateSetting": {
"enabled": false,
"query": "et",
"preClean": {
"enabled": false,
"rule": "do dolor"
}
},
"realTimeUpdateSetting": null,
"tokenSetting": {
"action": "laborum aliqua"
},
"retryCapable": {
"enable": false,
"retryConfig": {
"interval": 43,
"unit": "irure anim"
}
},
"cron": {
"cronType": "MONTHLY",
"value": "eu"
}
},
{
"dsId": "87",
"guanIndexIncrementalUpdateSetting": {
"enabled": false,
"query": "sit anim",
"preClean": {
"enabled": false,
"rule": "quis"
}
},
"realTimeUpdateSetting": null,
"tokenSetting": {
"action": "nostrud Duis in"
},
"retryCapable": {
"enable": false,
"retryConfig": {
"interval": 17,
"unit": "ipsum aliqua ad cillum commodo"
}
},
"cron": {
"cronType": "default",
"value": "commodo Ut officia cillum ex"
}
}
]
}'{
"result": "ok",
"response": "Done"
}