Due to an issue with the generation of Swagger documentation (axnsan12/drf-yasg#70) PATCH actions have too many required parameters. Generally only id and the changed parameter are required.
When the actions are auto generated these required parameters are read and hence the auto generated actions have too many required parameters.