From ac0b49ee3e04d98ad5b6dd8c2360a71d7ecce1a3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 13 Sep 2018 18:10:00 -0700 Subject: remove duplicate response def from API spec --- fatcat-openapi2.yml | 4 ---- rust/fatcat-api-spec/api.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index d5414405..9652fd5e 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1236,10 +1236,6 @@ paths: description: Merged Successfully schema: $ref: "#/definitions/success" - 400: - description: Unmergable - schema: - $ref: "#/definitions/error_response" 400: description: Bad Request schema: 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 @@ -1236,10 +1236,6 @@ paths: description: Merged Successfully schema: $ref: "#/definitions/success" - 400: - description: Unmergable - schema: - $ref: "#/definitions/error_response" 400: description: Bad Request schema: -- cgit v1.2.3