Configurations ============== Here's table of available configurations. ========================= =============================================================== Name Description ========================= =============================================================== ``SWAG_TITLE`` Swagger title spec for app. ``SWAG_API_VERSION`` API version of app (not swagger a version). Should be a string. ``SWAG_UI_ROOT`` Path for root directory of custom Swagger-UI. ``SWAG_BLUEPRINT_NAME`` Name of Flask-Swag blueprint. Default value is ``'swag'`` ``SWAG_URL_PREFIX`` URL prefix for Flask-Swag blueprint. Default value is ``'/swagger'`` ``SWAG_JSON_URL`` URL for Swagger spec JSON. Default value is ``'/swagger.json'`` ``SWAG_UI_PREFIX`` URL prefix for Swagger-UI. Default value is ``'/ui'`` ========================= ===============================================================