django-rest-framework-docs
django-rest-framework-docs copied to clipboard
New field to exclude APIViews from endpoint list
Hi,
Could you have a look at the below changes, please? I needed to exclude specific APIViews from the endpoints list. I did this by adding a new property to the APIView. A custom decorator would have done the same but is a lot more involved to implement.
Best regards