Real-life RESTful server example on Flask-RESTplus
imagine I have a profile linked to my user and I want to expose only one route (/users/) to patch the twos, is it actually possible ? Seems like the actual implementation isn't compatible ? is it ? I created two tuples and merged them with : PATH_CHOICES = USER_CHOICES (as /%s) + PROFILE_CHOICES (as /profile/%s) But I get this error : ``` marshmallow.exceptions.ValidationError: Field 'parts_number' does not exist, so it cannot be patched ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by askz and has received 2 comments.