~abompard/mailman/moderation_reasons

« back to all changes in this revision

Viewing changes to src/mailman/rest/docs/membership.rst

  • Committer: Barry Warsaw
  • Date: 2014-04-14 18:00:23 UTC
  • mfrom: (7226.2.3 abompard)
  • Revision ID: barry@list.org-20140414180023-v26bi1l2xb9v08m2
 * Greatly improve the fidelity of the Mailman 2.1 list importer functionality
   (i.e. ``mailman import21``).  [Aurélien Bompard].

 * Fixed a typo in the IMailingList interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
704
704
If a PATCH request changes no attributes, nothing happens.
705
705
::
706
706
 
707
 
    >>> dump_json('http://localhost:9001/3.0/members/10', method='PATCH')
 
707
    >>> dump_json('http://localhost:9001/3.0/members/10', {}, method='PATCH')
708
708
    content-length: 0
709
709
    date: ...
710
710
    server: ...