{
"id": "1",
"name": "模型发布"
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-model/api/v1/model/modifyName' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"name": "模型发布"
}'
{
"timestamp": 1694050712321,
"datetime": "2023-09-07T09:38:32.323",
"code": 200,
"message": "成功",
"success": true
}