Authorization: Bearer ********************
{
"id": "56a81760-a573-4191-aabd-440faeb85496",
"scenariogroup": "5b39c2f3-b01c-409e-8a16-8292b57f28a6",
"name": "调度库",
"type": 4,
"businessType": 2,
"readonly": 0,
"bindTemplate": 1,
"bindType": 0,
"bindBusinessType": 0,
"enableMultiTemplate": 1,
"description": "内涝调度方案库"
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/library/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "56a81760-a573-4191-aabd-440faeb85496",
"scenariogroup": "5b39c2f3-b01c-409e-8a16-8292b57f28a6",
"name": "调度库",
"type": 4,
"businessType": 2,
"readonly": 0,
"bindTemplate": 1,
"bindType": 0,
"bindBusinessType": 0,
"enableMultiTemplate": 1,
"description": "内涝调度方案库"
}'
{
"data": true,
"status": true,
"code": "000000",
"message": null,
"traceId": null
}