{
"regionID": "TestRegionID",
"name": "bizTestNewUpdate",
"description": "testUpdate",
"aclID": "acl-g3pa2wyqwu",
"enabled": "enable"
}
curl --location --request POST '/v4/acl/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"name": "bizTestNewUpdate",
"description": "testUpdate",
"aclID": "acl-g3pa2wyqwu",
"enabled": "enable"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{
"aclID": "acl-g3pa2wyqwu"
}
],
"statusCode": 800
}