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
swagger-config endpoint will return displayOperationId: "false"
displayOperationId: "false" evaluates to true in swagger-ui
Operation Id is displayed
Expected behavior
Operation Id is not displayed
Screenshots
Response:
UI:
Additional context
Seems to me SpringDocPropertiesUtils should put booleans in the properies map.
If swagger-ui should be able to deal with boolean values as string, I will have to submit an issue there.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Using springdoc-openui 1.6.6
displayOperationId
tofalse
usingSwaggerUiConfigProperties
swagger-config
endpoint will returndisplayOperationId: "false"
displayOperationId: "false"
evaluates to true in swagger-uiExpected behavior
Operation Id is not displayed
Screenshots


Response:
UI:
Additional context
Seems to me
SpringDocPropertiesUtils
should put booleans in the properies map.If swagger-ui should be able to deal with boolean values as string, I will have to submit an issue there.
The text was updated successfully, but these errors were encountered: