mirror of
https://github.com/metosin/reitit.git
synced 2026-01-20 04:59:01 +00:00
fix: don't output :default in openapi request body
This commit is contained in:
parent
98f3eb0a72
commit
f1e6d37dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
||||||
:type :schema
|
:type :schema
|
||||||
:content-type content-type})]
|
:content-type content-type})]
|
||||||
[content-type (->content data schema)])))
|
[content-type (->content data schema)])))
|
||||||
(:content request)))}})
|
(dissoc (:content request) :default)))}})
|
||||||
(when multipart
|
(when multipart
|
||||||
{:requestBody
|
{:requestBody
|
||||||
{:content
|
{:content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue