python - Why request body in JSON is not mentioned as acceptable in Django Rest Documentation? -


i have written backend using django rest framework. sure json working properly, in documentation have mentioned in create methods request body - request body should "application/x-www-form-urlencoded" encoded object, containing following items. have idea why there no information json format? seems me should body - request body should "application/x-www-form-urlencoded" or "application/json" enter image description here


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -