Data Expand - Manual Update
Manually update existing data in the database. Supports updating creators, videos, items, sellers, etc.
Request
Body Params application/jsonRequired
{
"region": "string",
"taskValue": "string",
"taskType": "creator",
"remark": "string"
}
Request Code Samples
curl --location --request POST 'http://open.tabcut.com:8090/api/data_expand/manual_update' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"region": "string",
"taskValue": "string",
"taskType": "creator",
"remark": "string"
}'
Responses
application/json {
"code": "200",
"message": "Success!",
"result": {},
"serverTime": "2026-04-16 10:53:25"
}
Modified at 2026-04-16 14:34:13