{
"ids": [
1,
2,
3
],
"cid": 1,
"name": "更新后的文件名称"
}
curl --location --request POST '/adminapi/attachment/file/update-batch' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
1,
2,
3
],
"cid": 1,
"name": "更新后的文件名称"
}'
{
"code": 200,
"msg": "操作成功"
}