Microsoft Azure API Management · Arazzo Workflow
Azure API Management Upsert API
Version 1.0.0
Find an API by identifier and update it if present, otherwise create it.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
upsert-api
Upsert an API definition into an API Management service.
Lists existing APIs, checks for a matching identifier, and either updates the matched API description or creates a new API with the supplied display name, path, and backend service URL.
1
listApis
Api_ListByService
List the APIs already registered on the service so the flow can detect an existing definition for the target identifier.
2
updateApi
Api_Update
Patch the existing API with an updated description, leaving other properties intact.
3
createApi
Api_CreateOrUpdate
Create a new API with the supplied display name, path, and backend service URL when no matching API was found.