Closed frenchy64 closed 11 months ago
:body [body SCHEMA {:description ...} ignores the description.
:body [body SCHEMA {:description ...}
Should be :body [body (describe SCHEMA ...)].
:body [body (describe SCHEMA ...)]
https://github.com/metosin/compojure-api/blob/1970a468a13484a3cacdaef5f74ae925b342e90b/src/compojure/api/meta.clj#L130
No QA is needed.
intern: Fix `:body` descriptions
:body [body SCHEMA {:description ...}
ignores the description.Should be
:body [body (describe SCHEMA ...)]
.https://github.com/metosin/compojure-api/blob/1970a468a13484a3cacdaef5f74ae925b342e90b/src/compojure/api/meta.clj#L130
§ QA
No QA is needed.
§ Release Notes
§ Squashed Commits