I'm new at rendering documentation for DRF. I can not understand how to properly document it in code to render descriptions at documentation. I'm using DRF Docs for it.
For example: I have route where i can retrieve some data. At related view i have:
search_fields = ('name', 'registration_date')
But those fields have no descriptions at documentation page.
.
So i want to add a descriptions for them. Is there a way to do it?