-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
The INFO key accepts a dict that contains the four OpenAPI info fields:
app.info = {
'description': '...',
'termsOfService': 'http://example.com',
'contact': {
'name': 'API Support',
'url': 'http://www.example.com/support',
'email': '[email protected]'
},
'license': {
'name': 'Apache 2.0',
'url': 'http://www.apache.org/licenses/LICENSE-2.0.html'
}
}The dict can be overwritten by other separate config keys.
Reactions are currently unavailable