Authorization: Bearer ********************{
"id": 1940704322155245569,
"fileNumber": "文件编号1",
"fileName": "文件名称1",
"description": "文件描述1",
"category": 4,
"businessType": 3,
"folderId": 27518,
"currentVersion": "当前版本1",
"status": "1",
"versionNumber":"版本号1",
"filePath":"物理文件存储路径1",
"checkoutBy":"gggggg"
}curl --location '/admin-api/plm/files/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1940704322155245569,
"fileNumber": "文件编号1",
"fileName": "文件名称1",
"description": "文件描述1",
"category": 4,
"businessType": 3,
"folderId": 27518,
"currentVersion": "当前版本1",
"status": "1",
"versionNumber":"版本号1",
"filePath":"物理文件存储路径1",
"checkoutBy":"gggggg"
}'{"code":0,"data":true,"msg":"成功"}