I'm using springdoc-openapi library for auto generation and rendering of swagger-ui. I need to add default value for accept header. How to do this?
springfox allows to do this using defaultValue function of ParameterBuilder. Attaching the screenshot. I want to achieve the same without using springfox.