pydo.monitoring.update_destination()
Generated on 21 Jan 2026
from pydo version
v0.24.0
Description
To update the details of a destination, send a PATCH request to /v2/monitoring/sinks/destinations/${destination_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
destination_uuid |
string | True | A unique identifier for a destination. | |
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.