pydo.addons.patch()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.addons.patch(
resource_uuid="123e4567-e89b-12d3-a456-426614174000",
body={
"name": "new-name",
},
)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
resource_uuidstring requiredThe UUID of the add-on resource to rename.
namestring requiredExample:
new-nameThe new name for the add-on resource.
Request Sample
Response Example
More Information
See /v2/add-ons/saas/{resource_uuid} in the API reference for additional detail on responses, headers, parameters, and more.