Endpoints from dynmic OpenAPI 3.0 endpoint not available
Summary
When I create a service connection based on an OpenAPI 3.0 JSON specification document, the services are not available on a pageContent
We have a number of services, some Auto-Rest and some custom REST services.
From the Auto-Rest services, we exported the OpenAPI (swagger 2.0) definition and converted it to OpenAPI 3.0 JSON format.
For our custom REST services, we dynamicaly generate the OpenAPI 3.0 JSON document.
From the Auto-Rest services, we exported the OpenAPI (swagger 2.0) definition and converted it to OpenAPI 3.0 JSON format.
For our custom REST services, we dynamicaly generate the OpenAPI 3.0 JSON document.
We plan to use these REST services on a page to show (GET), create (POST) or update (PUT) data
When we create a STATIC service endpoint based on a URL that serves the OpenAPI 3.0 JSON document and
0