Apigee · Arazzo Workflow
Apigee Update an API Product Quota
Version 1.0.0
Read an API product, then update its quota limits while preserving its existing bindings.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
update-product-quota
Read a product and reapply it with new quota limits.
Reads the API product to capture its current proxies and environments, then updates the product with new quota, quotaInterval, and quotaTimeUnit while preserving the captured bindings.
1
getProduct
getApiProduct
Read the API product to capture its current proxies and environments so they can be preserved through the full-object update.
2
applyQuota
updateApiProduct
Update the product with new quota settings, carrying the captured proxies and environments forward.