Sascha Kühndel

Results 1 issues of Sascha Kühndel

Using custom converters to store the '\_\_restx_schema\_\_' dict. The dict updates the parameter for swagger. Tested with (and without): ``` class DatabaseConverter(BaseConverter): __restx_schema__ = {'type': 'string', 'enum': ['ProdDB','TestDB1','TestDB2']} ``` The...