Open
Description
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