You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile swagger file using default command - "cds compile srv --service all -o docs --to openapi"
The drafts APIs all include a parameter called "IsActiveEntity" which is a boolean parameter. It seems to look correct in the json file, but the "Try It Out" feature in the swagger page doesn't work because it seems to wrap the parameter value in quotes, instead of directly passing it in. Not sure if this breaks down here or somewhere in the swagger dist itself.
The text was updated successfully, but these errors were encountered:
I found this issue when doing the following -
The drafts APIs all include a parameter called "IsActiveEntity" which is a boolean parameter. It seems to look correct in the json file, but the "Try It Out" feature in the swagger page doesn't work because it seems to wrap the parameter value in quotes, instead of directly passing it in. Not sure if this breaks down here or somewhere in the swagger dist itself.
The text was updated successfully, but these errors were encountered: