{
"name": "string",
"icon": "string",
"color": "string",
"description": "string",
"category": "ANALYSIS",
"isEnable": true,
"isDeleted": true,
"versionNum": "string",
"urlPath": "string",
"fileName": "string",
"useScene": "TRANSLATE",
"forceUpdateFlag": true,
"updatedAt": "string"
}
curl --location --request POST 'http://172.20.238.8:48806/plugins/version//update' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"icon": "string",
"color": "string",
"description": "string",
"category": "ANALYSIS",
"isEnable": true,
"isDeleted": true,
"versionNum": "string",
"urlPath": "string",
"fileName": "string",
"useScene": "TRANSLATE",
"forceUpdateFlag": true,
"updatedAt": "string"
}'
{
"id": {
"mostSigBits": 0,
"leastSigBits": 0
},
"pluginId": {
"mostSigBits": 0,
"leastSigBits": 0
},
"name": "",
"userId": 0,
"versionNum": "",
"icon": "",
"description": "",
"dentryId": "",
"isEnable": false,
"isDeleted": false,
"isDefault": false,
"downCount": 0,
"createdAt": "",
"createdBy": 0,
"updatedAt": "",
"updatedBy": 0,
"urlPath": "",
"forceUpdateFlag": false
}