From f0e157dcec486ae7f2ec34beea4556c98d681490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Fri, 26 Jun 2015 13:14:07 -0400 Subject: [PATCH] Add SUPPORT_PATCH setting docs --- docs/api-guide/settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 6fdb77c86..150058c1a 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -447,6 +447,12 @@ An integer of 0 or more, that may be used to specify the number of application p Default: `None` +#### SUPPORT_PATCH + +If set to `False` then HTTP PATCH requests will not be allowed. + +Default: `True` + [cite]: http://www.python.org/dev/peps/pep-0020/ [rfc4627]: http://www.ietf.org/rfc/rfc4627.txt [heroku-minified-json]: https://github.com/interagent/http-api-design#keep-json-minified-in-all-responses