OpenAPI Specification

Hi, what is difference between creating api proxy from openAPI specification and creating proxy from Edge UI API Proxies, for what purpose open api specification is used? is it only swagger documents for documentation purpose kindly let me know.

0 2 157
2 REPLIES 2

There is no difference in the API Proxy that gets created.

Creating a proxy from a spec... creates conditional flows that correspond to the verb+path pairs that appear in the spec.

You could do the same "manually". Many people create proxies that present interfaces that cannot be represented in a spec.

I think I answered a related question of yours today, also.

Yes. Got it thanks