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