Closed smn-snkl closed 5 years ago
I saw that you can add a special query param like this:
add_documentation({'paths': {'/status': {'get': {'parameters': [ { 'in': 'query', 'name': 'foobar', 'required': False, 'description': 'special query parameter', 'type': 'string' }] }}}})
But I'm wondering if I'm missing how to define parameters in the DOMAIN dict. Shouldn't there be a way to add them right there?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I saw that you can add a special query param like this:
But I'm wondering if I'm missing how to define parameters in the DOMAIN dict. Shouldn't there be a way to add them right there?