Request
Body Params application/jsonRequired
[
{
"createRows": [
{
"property1": "string",
"property2": "string"
}
],
"deleteIds": [
0
],
"modelName": "string",
"updateRows": [
{
"property1": "string",
"property2": "string"
}
]
}
]
Request Code Samples
curl --location --request POST '/metadata/upgrade' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createRows": [
{
"property1": "string",
"property2": "string"
}
],
"deleteIds": [
0
],
"modelName": "string",
"updateRows": [
{
"property1": "string",
"property2": "string"
}
]
}
]'
Responses
{
"code": 0,
"data": true,
"message": "string",
"success": true
}
Modified at 2026-03-02 03:08:55