To update the name of a VPC peering, send a PATCH request to /v2/vpc_peerings/$VPC_PEERING_ID
with the new name
in the request body.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
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.