To update the name of a VPC peering in a particular VPC, send a PATCH request
to /v2/vpcs/$VPC_ID/peerings/$VPC_PEERING_ID
with the new name
in the
request body.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
vpc_id |
string | True | A unique identifier for a VPC. | |
vpc_peering_id |
string | True | A unique identifier for a VPC peering. | |
body |
JSON or IO[bytes] | True |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.