Home > Back-end >  Azure API management automatically fetch when API is added in swagger
Azure API management automatically fetch when API is added in swagger

Time:03-09

I have created azure API management and created API by importing swagger URL. Is there any possible way to update API operation when a new API operation is added or any modification is done in swagger every time?

CodePudding user response:

  • Azure API Identifier – If you want to update an existing API in Azure API Management, specify the API name here or in the x-azure-api-id key at the root level of your API definition.

The API name can be found in the API settings in Azure:

API name in Azure

Azure API Management Integration

  • Use the Talend Cloud API Designer public API to automatically update your API to Azure API Management. Deploying an API definition to Azure API Management

  • Azure API Management DevOps Resource Kit - allows organizations to automate deployment of API changes without error-prone manual steps, detect issues earlier, and ultimately deliver value to end users faster.

Please refer Azure API Management Integration, MS Q&A for more information.

  • Related