Fork me on GitHub
#reitit
<
2023-06-27
>
fabrao19:06:15

Hello all, I'm trying to include some extra information into parameters but I'm confuse about where to put it:

"/show-information" {:post {:handler handler
                            :parameters {:body ....}
                            :swagger {:parameters {:in "body" :x-examples "..."
what is the difference from using directly and into swagger?