diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 18:10:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 18:10:00 -0700 |
commit | ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3 (patch) | |
tree | 5d0197b7529cb152f7f669ffd874d473505ff1c1 /fatcat-openapi2.yml | |
parent | 8ca4e2357de37baf88b03e6cb43ddb1b57d4dcb4 (diff) | |
download | fatcat-ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3.tar.gz fatcat-ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3.zip |
remove duplicate response def from API spec
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index d5414405..9652fd5e 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1237,10 +1237,6 @@ paths: schema: $ref: "#/definitions/success" 400: - description: Unmergable - schema: - $ref: "#/definitions/error_response" - 400: description: Bad Request schema: $ref: "#/definitions/error_response" |