/v2/vpclinks/{vpcLinkId}
PATCH
/v2/vpclinks/{vpcLinkId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/v2/vpclinks/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"CreatedDate": "string",
"Name": "string",
"SecurityGroupIds": [],
"SubnetIds": [],
"Tags": {
"property1": "string",
"property2": "string"
},
"VpcLinkId": "string",
"VpcLinkStatus": "PENDING",
"VpcLinkStatusMessage": "string",
"VpcLinkVersion": "V2"
}
Request
Path Params
vpcLinkId
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:49:07