pydo.partner_attachments.patch()
Generated on 18 Jun 2025
from pydo
version
v0.11.0
Description
To update an existing partner attachment, send a PATCH
request to
/v2/partner_network_connect/attachments/{pa_id}
with a JSON object containing the
fields to be updated.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
pa_id |
string | True | A unique identifier for a partner attachment. | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.