You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
We have a ViewSet that supports only GET and PATCH methods. The information provided from an OPTIONS request is minimal, omitting any of the field definitions.
There are multiple ways I can solve this issue for our use case, but is there a reason that PATCH isn't included in the list of methods[1] to report on? I'd gladly open an issue and submit a PR to improve this.