From 35af0b077f287274c16d80305bd4af967bd81fc1 Mon Sep 17 00:00:00 2001 From: Hackbright Student Date: Fri, 16 Mar 2018 12:34:24 -0700 Subject: [PATCH] add comment about json parameter changing content-type --- docs/user/quickstart.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index b0ff231b..032e70f8 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -283,6 +283,8 @@ the ``json`` parameter (added in version 2.4.2) and it will be encoded automatic Note, the ``json`` parameter is ignored if either ``data`` or ``files`` is passed. +Using the ``json`` parameter in the request will change the ``Content-Type`` in the header to ``application/json``. + POST a Multipart-Encoded File -----------------------------