Skip to content

Commit

Permalink
fix 409 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Apr 17, 2017
1 parent 8a41918 commit 7d8b29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.0/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"$ref":"#/responses/404"
},
"409":{
"$ref":"#/responses/422"
"$ref":"#/responses/409"
},
"500":{
"$ref":"#/responses/500"
Expand Down Expand Up @@ -614,7 +614,7 @@
}
},
"error":{
"description":"standard error response srtucture as per jsonapi.org/format/#errors",
"description":"error response srtucture",
"properties":{
"code":{
"type":"string",
Expand Down

0 comments on commit 7d8b29e

Please sign in to comment.