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 -----------------------------