Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open API Spec only showing top level operations when using data-source-files. #2445

Closed
sijpesteijn opened this issue Oct 30, 2024 · 1 comment

Comments

@sijpesteijn
Copy link

Hi,

We are not seeing the underlying operations when we request the open api specifications of the open api specifications. We only see the top level definitions.
Our top level dab-config does not contain any entities and therefor there are no operations. (Make sense)
However in the underlying dab-configs we have several entities defined and we are expecting these to show up when we request /api/openapi

This is what we see:

{
  "openapi": "3.0.1",
  "info": {
    "title": "Data API builder - REST Endpoint",
    "version": "1.2.10"
  },
  "servers": [
    {
      "url": "/api"
    }
  ],
  "paths": { },
  "components": { }
}

Could you tell me if I'm doing something wrong or if I need to use a different approach to see these underlying operations?

Thank you, Gijs
@JerryNixon
Copy link
Contributor

Acknowledge. Related #2462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants