pydo.vpc_peerings.patch()
Generated on 18 Jun 2025
from pydo
version
v0.11.0
Description
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.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
vpc_peering_id |
string | True | A unique identifier for a VPC peering. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.