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 /rust | |
parent | 8ca4e2357de37baf88b03e6cb43ddb1b57d4dcb4 (diff) | |
download | fatcat-ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3.tar.gz fatcat-ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3.zip |
remove duplicate response def from API spec
Diffstat (limited to 'rust')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index d5414405..9652fd5e 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -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" |