pydo.partner_attachments.update_remote_routes()
Generated on 18 Jun 2025
from pydo
version
v0.11.0
Description
To set remote routes for a partner attachment, send a PUT
request to
/v2/partner_network_connect/attachments/{pa_id}/remote_routes
with a JSON object
containing the remote routes to be set.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
pa_id |
string | True | A unique identifier for a partner attachment. | |
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.