Request
Body Params application/json
[
{
"createRows": [
{
"property1": {},
"property2": {}
}
],
"deleteIds": [
{}
],
"modelName": "string",
"updateRows": [
{
"property1": {},
"property2": {}
}
]
}
]
Request samples
curl --location --request POST '/metadata/upgrade' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createRows": [
{
"property1": {},
"property2": {}
}
],
"deleteIds": [
{}
],
"modelName": "string",
"updateRows": [
{
"property1": {},
"property2": {}
}
]
}
]'
Responses
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48