pydo.addons.patch_plan()
Generated on 16 Dec 2025
from pydo version
v0.22.0
Description
To change the plan associated with an Add-On Resource, send a PATCH request to /v2/add-ons/saas/{resource_uuid}/plan.
Replace {resource_uuid} with the UUID of the resource for which you want to change the plan.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
resource_uuid |
string | True | The UUID of the add-on resource to update. | |
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.