Apigee · Arazzo Workflow
Apigee Registry Spec Revision Rollback
Version 1.0.0
Read a spec's current revision, push a new revision via update, then roll back to the original.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
rollback-spec-revision
Capture a spec revision, create a new one, then roll back to the captured revision.
Reads the current spec revision id, updates the spec to create a new revision, and rolls the spec back to the original revision id.
1
getSpec
getApiSpec
Read the spec to capture the current revision id to roll back to later.
2
updateSpec
updateApiSpec
Update the spec description, which creates a new revision of the spec.
3
rollbackSpec
rollbackApiSpec
Roll the spec back to the originally captured revision id.