Discussions

Ask a Question
Back to All

Why V0.5.0 ListView in API test have Request body, then servers response is 405 Undocumented Error: Method Not Allowed.

I'm practicing using django-ninja-crud in my project, my environment is:

Django-5.0.7 / Django-ninja 1.2.2 / Django-ninja-crud 0.5.0

When i practice according to the example in documents, only the ListView in API testing looks unusual, there have Request body, when i delete the null value, then take execute, the requset is failed, servers reponse show 405 Undocumented Error: Method Not Allowed. How to fix that?

Many thanks for you help and look forward your reply.