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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -