-
-
Notifications
You must be signed in to change notification settings - Fork 534
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
As the Swagger UI configuration, to disable Try it out button, we have to set supportedSubmitMethods as an empty array.
Because of L199, I can't set an empty array to the property.
To Reproduce
- What version of spring-boot you are using?
2.3.3 - What modules and versions of springdoc-openapi are you using?
Core, UI and Security with version 1.4.5
Minimal configuration to test:
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: true
supported-submit-methods: []
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working