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
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: