From 4236657a07af91b1a247ca3fecc3838a875d127f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 14 Aug 2014 13:43:35 -0400 Subject: Complete the conversion from restish to falcon, modulo a clean up pass. All REST tests pass. This requires an as yet unmerged internal change to falcon. --- src/mailman/rest/docs/configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mailman/rest/docs/configuration.rst') diff --git a/src/mailman/rest/docs/configuration.rst b/src/mailman/rest/docs/configuration.rst index 53ad172e9..841ab3c27 100644 --- a/src/mailman/rest/docs/configuration.rst +++ b/src/mailman/rest/docs/configuration.rst @@ -73,9 +73,8 @@ Not all of the readable attributes can be set through the web interface. The ones that can, can either be set via ``PUT`` or ``PATCH``. ``PUT`` changes all the writable attributes in one request. -When using PUT, all writable attributes must be included. +When using ``PUT``, all writable attributes must be included. - >>> from mailman.interfaces.action import Action >>> dump_json('http://localhost:9001/3.0/lists/' ... 'ant@example.com/config', ... dict( -- cgit v1.2.3-70-g09d2