Skip to content

Commit 0f940b8

Browse files
committed
add status codes to swagger
1 parent ed5188f commit 0f940b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

swagger.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ paths:
5656
description: "The ``border`` parameter controls how many boxes thick the border should be (the default is 4, which is the minimum according to the specs)."
5757
responses:
5858
200:
59-
description: OK
59+
description: OK
60+
400:
61+
description: Bad Request
62+
500:
63+
description: Internal server error / Malformed query variable

0 commit comments

Comments
 (0)