~barry/mailman/lp1423756

« back to all changes in this revision

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

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:20:33 UTC
  • mfrom: (7264.4.66 py3)
  • Revision ID: barry@list.org-20150105012033-zdrw9c2odhpf22fz
Merge the Python 3 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
    server: ...
229
229
    status: 204
230
230
 
231
 
It is an error to delete a domain twice.
232
 
 
233
 
    >>> dump_json('http://localhost:9001/3.0/domains/lists.example.com',
234
 
    ...           method='DELETE')
235
 
    Traceback (most recent call last):
236
 
    ...
237
 
    HTTPError: HTTP Error 404: 404 Not Found
238
 
 
239
231
 
240
232
.. _Domains: ../../model/docs/domains.html