I am deploying Strapi v3.6.6 from my local (windows 2019 vm) to Azure App Service using Azure DevOps
I want to use the openapi spec endpoint to setup Strapi APIs in Azure API Management. These internal APIs will then be used by an Azure Static Web App frontend.
Before Setting up APIs in Azure API Management, I want to view the openapi.json and swagger.json through 'Public' role and then I will setup authentication for APIs
But I am not able to access endpoints for openapi.json and swagger.json from localhost.
I am only able to setup APIs in API manager by manually uploading the file full_documentation.json. I want to use the endpoint as it will always give the updated/ regenerated json whenever model is updated.
Created by Derrick Mehaffy
February 2, 2023