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. Thanks, Jason [1] - https://github.com/encode/django-rest-framework/blob/master/rest_framework/metadata.py#L79 -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/d827563d-11a4-4300-8cb7-a1700951f690%40googlegroups.com.