-
-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
- Setting displayOperationId to false does not work.
To Reproduce
Using springdoc-openui 1.6.6
- Set
displayOperationIdtofalseusingSwaggerUiConfigProperties - SpringDocPropertiesUtils changes booleans into strings.
swagger-configendpoint will returndisplayOperationId: "false"displayOperationId: "false"evaluates to true in swagger-ui- Operation Id is displayed
Expected behavior
Operation Id is not displayed
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

