Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi authored Apr 1, 2018
1 parent fb9d03c commit c9053c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c9053c9

Please sign in to comment.