From e53215bc0c0126b624bf92df52a897a4603e044b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 31 Aug 2018 14:36:44 -0700 Subject: add bad request response type for eg accept --- fatcat-openapi2.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fatcat-openapi2.yml') diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 524333ce..c02d4f03 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1001,6 +1001,10 @@ paths: description: Unmergable schema: $ref: "#/definitions/error_response" + 400: + description: Bad Request + schema: + $ref: "#/definitions/error_response" 404: description: Not Found schema: -- cgit v1.2.3