## Steps to reproduce - Define custom schema (aka api resource meta data) as described in the docs for generic viewset with `UpdateModelMixin` – https://www.django-rest-framework.org/api-guide/metadata/#creating-schema-endpoints - Check out the meta endpoint v1/api/resource_name/schema/ and that endpoint doesn't return any info about actions PUT/PATCH. Is there way to define meta data endpoint about PUT/PATCH for the update/partial update generic viewset?
Steps to reproduce
Define custom schema (aka api resource meta data) as described in the docs for generic viewset with
UpdateModelMixin– https://www.django-rest-framework.org/api-guide/metadata/#creating-schema-endpointsCheck out the meta endpoint v1/api/resource_name/schema/ and that endpoint doesn't return any info about actions PUT/PATCH.
Is there way to define meta data endpoint about PUT/PATCH for the update/partial update generic viewset?