File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,12 @@ async def index(request):
197
197
:param str version: API version
198
198
:param str url: url for swagger spec in JSON format
199
199
:param str request_data_name: name of the key in Request object
200
- where validated data will be placed by validation_middleware (``'data'`` by default)
200
+ where validated data will be placed by
201
+ validation_middleware (``'data'`` by default)
201
202
:param str swagger_path: experimental SwaggerUI support (starting from v1.1.0).
202
- By default it is None (disabled)
203
+ By default it is None (disabled)
203
204
:param str static_path: path for static files used by SwaggerUI
204
- (if it is enabled with ``swagger_path``)
205
+ (if it is enabled with ``swagger_path``)
205
206
:param kwargs: any apispec.APISpec kwargs
206
207
"""
207
208
AiohttpApiSpec (
You can’t perform that action at this time.
0 commit comments