File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ The following configuration values exist for Flask OpenAPI3.
2
+
3
+ ## Configuration Keys
4
+
5
+ | Key | Describe |
6
+ | ---------------------------------| -------------------------------------------------------------|
7
+ | FLASK_OPENAPI_VALIDATE_RESPONSE | Validate response model before returning. Default to False. |
8
+ | FLASK_OPENAPI_DISABLE_WARNINGS | Disable printing warning messages.Default to False. |
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ plugins:
88
88
Specification : 规范
89
89
# OpenAPI-second: end
90
90
Example : 示例
91
+ Configuration : 配置
91
92
API Reference : API 参考
92
93
# API Reference-second: start
93
94
# OpenAPI: OpenAPI
117
118
- Summary and Description : OpenAPI/Summary and Description.md
118
119
- Specification : OpenAPI/Specification.md
119
120
- Example : Example.md
121
+ - Configuration : Configuration.md
120
122
- API Reference :
121
123
- OpenAPI : Reference/OpenAPI.md
122
124
- APIBlueprint : Reference/APIBlueprint.md
You can’t perform that action at this time.
0 commit comments