{
"disable": true,
"duration": 0,
"hasArchive": true,
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"interval": 0,
"name": "string",
"query": {
"property1": "string",
"property2": "string"
},
"settings": {
"property1": "string",
"property2": "string"
},
"table": "string"
}curl --location --request PUT '/core/tabledataclean/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"disable": true,
"duration": 0,
"hasArchive": true,
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"interval": 0,
"name": "string",
"query": {
"property1": "string",
"property2": "string"
},
"settings": {
"property1": "string",
"property2": "string"
},
"table": "string"
}'{
"status": "OK"
}