searchValue
Authorization: ********************
{ "keyword": "string", "filters": [ { "field": "string", "value": [ "string" ], "type": "string" } ], "replaceField": "string", "replaceValue": "string" }
curl --location --request POST '/api/project/filter_after_batch_replace' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "keyword": "string", "filters": [ { "field": "string", "value": [ "string" ], "type": "string" } ], "replaceField": "string", "replaceValue": "string" }'
{ "success": true, "message": "批量更新成功,共影响行数: 2", "data": { "total": 2, "updated": 2, "replaceField": "project_id_new", "replaceValue": "六月增补项目" } }