Update Swagger API key status description text
This commit is contained in:
parent
8070d0cf32
commit
012aaada22
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ def create_app(args):
|
|||
)
|
||||
swagger_description = (
|
||||
base_description
|
||||
+ (" (With authentication)" if api_key else "")
|
||||
+ (" (API-Key Enabled)" if api_key else "")
|
||||
+ "\n\n[View ReDoc documentation](/redoc)"
|
||||
)
|
||||
app_kwargs = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue