|
@@ -80,7 +80,7 @@ def run(*,
|
|
|
:param uvicorn_reload_includes: string with comma-separated list of glob-patterns which trigger reload on modification (default: `'.py'`)
|
|
|
:param uvicorn_reload_excludes: string with comma-separated list of glob-patterns which should be ignored for reload (default: `'.*, .py[cod], .sw.*, ~*'`)
|
|
|
:param tailwind: whether to use Tailwind (experimental, default: `True`)
|
|
|
- :param endpoint_documentation: control what endpoints appear in the autogenerated OpenAPI docs (default: '')
|
|
|
+ :param endpoint_documentation: control what endpoints appear in the autogenerated OpenAPI docs (default: '', options: 'all internal page')
|
|
|
:param storage_secret: secret key for browser based storage (default: `None`, a value is required to enable ui.storage.individual and ui.storage.browser)
|
|
|
:param kwargs: additional keyword arguments are passed to `uvicorn.run`
|
|
|
'''
|