Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"fileId": 0,
"fileCategoryId": 0,
"ownerItemId": 0,
"ownerId": 0,
"fileName": "string",
"mimeType": "string",
"fileSize": 0,
"filePath": "string",
"remark": "string",
"imageThumbPath": "string",
"folderId": 0
}curl --location --request PUT 'http://119.45.164.188:9180/prod-api/project/files' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"fileId": 0,
"fileCategoryId": 0,
"ownerItemId": 0,
"ownerId": 0,
"fileName": "string",
"mimeType": "string",
"fileSize": 0,
"filePath": "string",
"remark": "string",
"imageThumbPath": "string",
"folderId": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}