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 0d8734e commit b1f6545Copy full SHA for b1f6545
README.md
@@ -75,10 +75,8 @@ See the official Swagger-UI documentation about [SwaggerUi Parameters](https://g
75
GrapeSwaggerRails.options.doc_expansion = 'list'
76
```
77
78
-You can set supportedSubmitMethods with an array of the supported HTTP methods, default is:
79
-```ruby
80
-["get" "post" "put" "delete" "patch"]
81
-```
+You can set supportedSubmitMethods with an array of the supported HTTP methods, default is `%w{ get post put delete patch }`.
+
82
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui#parameters).
83
84
```ruby
0 commit comments