diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-31 14:36:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-31 14:36:44 -0700 |
commit | e53215bc0c0126b624bf92df52a897a4603e044b (patch) | |
tree | 85cf2d2103a27e8ee1bef9140a9b4a9a906478d6 /fatcat-openapi2.yml | |
parent | 93b3fc46f3eb837235d804ece5b199949f2048b2 (diff) | |
download | fatcat-e53215bc0c0126b624bf92df52a897a4603e044b.tar.gz fatcat-e53215bc0c0126b624bf92df52a897a4603e044b.zip |
add bad request response type for eg accept
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |