/* Mostly about Oracle APEX, ORDS, PL/SQL and a bit of Linux in between */
In this blog post I would like to show how you can integrate the Swagger UI into an APEX application to document your ORDS RESTful API endpoints. We will consume the OpenAPI specification auto-generated by ORDS, or a customized spec file if provided, and…