{
"regionID": "TestRegionID",
"name": "test-modify",
"ID": "2df50f5e-00b2-4c16-87dd-22f40f0f8a60",
"customerID": "2065",
"srcSubnet": [
"192.168.10.0/24"
],
"dstCidr": [
"192.168.10.0/24"
],
"psk": "cXdlMTIzIUAj"
}
curl --location --request POST '/v4/vpn/connection/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"name": "test-modify",
"ID": "2df50f5e-00b2-4c16-87dd-22f40f0f8a60",
"customerID": "2065",
"srcSubnet": [
"192.168.10.0/24"
],
"dstCidr": [
"192.168.10.0/24"
],
"psk": "cXdlMTIzIUAj"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"results": []
},
"statusCode": 800
}