We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3d641 commit 1ba9473Copy full SHA for 1ba9473
config/request-docs.php
@@ -35,7 +35,7 @@
35
'rules'
36
],
37
// Can be overridden as // @LRDResponses 200|400|401
38
- 'default_responses' => [ 200, 400, 401, 403, 404, 405, 422, 429, 500, 503],
+ 'default_responses' => [ "200", "400", "401", "403", "404", "405", "422", "429", "500", "503"],
39
40
// No need to touch below
41
// open api config
0 commit comments