Hi I have created api calls for my django server and drf docs is taking the all apis from urls pattern and its functions(GET, POST etc from APIViews). The problem is its not taking any field which needs to be provided to POST data. The data tab is missing in drf docs. Could you please resolve this issue
Hi I have created api calls for my django server and drf docs is taking the all apis from urls pattern and its functions(GET, POST etc from APIViews). The problem is its not taking any field which needs to be provided to POST data. The data tab is missing in drf docs. Could you please resolve this issue
Thanks in advance