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" 
Comments
Post a Comment