I need to initiate a call from internal org to Genesys Cloud using API Gateway (Azure DevOps).
for the above reason my API team is asking me to create OPENAPI Specification 3.x compliant API Specs with Genesys as API Provider which they will run against swagger editor to ensure the YAML or open API format is readable.
I need some assistance to figure out how to perform the above step.
@Jerome.Saint-Marc Thank you this helps. only thing I am worried about is the definition includes all the API tags/paths. is there a way to customize the file to only include the API's and related model which needs to be used for API gateway.
The definition includes all public Platform API endpoints. That's standard.
You can use a text editor (or use a third party tool or library) to filter what you need.