pydo.registry.update_subscription()
Generated on 8 May 2026
from pydo version
v0.34.0
deprecated
Usage
client.registry.update_subscription(
body={
"tier_slug": "basic",
},
)Description
Note: This endpoint is deprecated. Please use the /v2/registries endpoint instead.
After creating your registry, you can switch to a different
subscription tier to better suit your needs. To do this, send a POST request
to /v2/registry/subscription.
Parameters
tier_slugstring optionalThe slug of the subscription tier to sign up for.
Request Sample
Response Example
More Information
See /v2/registry/subscription in the API reference for additional detail on responses, headers, parameters, and more.