Jeremy Logan
Results
1
comments of
Jeremy Logan
This only answers half the question, but [the documentation](https://flask-restplus.readthedocs.io/en/stable/marshalling.html#skip-fields-which-value-is-none) says to use `skip_none=True` for non-required fields that are null, but that doesn't work either.