Hello,
I have created a CAP node.js oData service and deployed it in Cloud Foundry. I would like now to create an API proxy on top in API Management service.
For this, I'm first exporting the definition of my CAP service using the command "cds compile srv --service all -o docs --to openapi" in BAS Terminal (see https://cap.cloud.sap/docs/advanced/openapi )
Then, I have tried to import it in API Management but I'm getting the following error message : "Unsupported OpenAPI version: 3.0.2. Swagger Parser only supports versions 3.0.0, 3.0.1".
Am I doing something wrong or should I use an other method ? Thanks for your help.
Regards,
Michael