Skip to content

Commit

Permalink
Update swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed May 1, 2017
1 parent a1cb289 commit cd60c45
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/2.0.0/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@
"$ref":"#/definitions/errors"
}
},
"406":{
"description":"The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.",
"schema":{
"$ref":"#/definitions/errors"
}
},
"409":{
"description":"The request could not be completed due to a conflict with the current state of the target resource (see error code reference).",
"schema":{
Expand All @@ -173,12 +167,6 @@
"schema":{
"$ref":"#/definitions/errors"
}
},
"5xx":{
"description":"Any appropriate HTTP server error.",
"schema":{
"$ref":"#/definitions/errors"
}
}
},
"paths":{
Expand Down Expand Up @@ -789,4 +777,4 @@
}
}
}
}
}

0 comments on commit cd60c45

Please sign in to comment.