Open t-bonk opened 1 week ago
Hello @RoshniNaveenaS,
are there any updates regarding this issue? Since it is related to an incident of an external customer, it is quite urgent.
Tanks & Best regards Thomas
@RoshniNaveenaS BTW I also tested with version 1.0.7 which also has the issue.
Hello,
in my CAP Java based service, I have defined the following CDS model:
db/db-model.cds:
srv/test-service.cds:
When generating the openapi.json using this command:
I can see that the generated API description for the unbound function doesn't result in a conformant OData v4 URL. When using Swagger UI the following request URL is generated which is invalid:
The valid OData v4 request URL looks like this:
This are the versions that are used in my project:
Can you please fix this issue?
Best regards Thomas