summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
diff options
context:
space:
mode:
authorBarry Warsaw2014-08-13 10:30:13 -0400
committerBarry Warsaw2014-08-13 10:30:13 -0400
commit45691d23d4fb4dca8e7a3d7442186a333e7f9663 (patch)
tree2841f503f93429b2f80e4965897259850bd5056a /src/mailman/rest/docs
parent72dd28e26b1fa369de93652bd51869cebd79c0a3 (diff)
downloadmailman-45691d23d4fb4dca8e7a3d7442186a333e7f9663.tar.gz
mailman-45691d23d4fb4dca8e7a3d7442186a333e7f9663.tar.zst
mailman-45691d23d4fb4dca8e7a3d7442186a333e7f9663.zip
Domains are ported to falcon.
Diffstat (limited to 'src/mailman/rest/docs')
-rw-r--r--src/mailman/rest/docs/domains.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/docs/domains.rst b/src/mailman/rest/docs/domains.rst
index 92c73ffbf..b28326f73 100644
--- a/src/mailman/rest/docs/domains.rst
+++ b/src/mailman/rest/docs/domains.rst
@@ -110,13 +110,6 @@ The information for a single domain is available by following one of the
self_link: http://localhost:9001/3.0/domains/lists.example.net
url_host: example.net
-But we get a 404 for a non-existent domain.
-
- >>> dump_json('http://localhost:9001/3.0/domains/does-not-exist')
- Traceback (most recent call last):
- ...
- HTTPError: HTTP Error 404: 404 Not Found
-
You can also list all the mailing lists for a given domain. At first, the
example.com domain does not contain any mailing lists.
::