Authorization: Bearer ********************
{
"oldScenarioGroupId": "73ca68e0-b440-4fec-808e-1e9f9e832a84",
"newGroupName": "经验调度方案组"
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/scenariogroup/rename' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldScenarioGroupId": "73ca68e0-b440-4fec-808e-1e9f9e832a84",
"newGroupName": "经验调度方案组"
}'
{
"data": {
"id": "73ca68e0-b440-4fec-808e-1e9f9e832a84",
"name": "经验调度方案组",
"parentId": null,
"groupType": 2009288632,
"itemRef": null,
"groupFamily": "f7e2812b-3fde-4dee-b6ed-5d9c3039168e",
"groupLevel": "-1991744594",
"itemId": "00000000-0000-0000-0000-000000000000",
"version": "b6ca59e5-9ee1-49c9-80a1-4278ea23957f",
"tenantId": "3a1654c5-4f41-00be-3508-362dee00b7a6",
"parent": null,
"path": "/经验调度方案组"
},
"status": true,
"code": "000000",
"message": null,
"traceId": null
}