From c9053c935bd91afe1b3e93cd727e0896d039b190 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 1 Apr 2018 19:14:19 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f5dd4c0..07722ea0 100644 --- a/README.md +++ b/README.md @@ -714,9 +714,9 @@ Value should a [Swagger2 Responses Definition Object](https://swagger.io/specifi ::kikka 42 ::swagger/parameters {:path (s/keys :req [::id]) :body ::user} - :responses {200 {::swagger/spec ::user - :description "Found it!"} - 404 {:description "Ohnoes."}}}}}}) + ::swagger/responses {200 {:schema ::user + :description "Found it!"} + 404 {:description "Ohnoes."}}}}}}) ; {:swagger "2.0", ; :info {:version "1.0.0", ; :title "Sausages",