diff options
| author | Barry Warsaw | 2014-12-15 20:01:53 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 20:01:53 -0500 |
| commit | 068634612210ea447dca21db416724cba88cd64d (patch) | |
| tree | 1cbecf2aa182163aa61ec38269f526c9cd28a692 /src/mailman/rest/docs/moderation.rst | |
| parent | acf95993ceb605c71ad07a32a572ae1f0888a7de (diff) | |
| download | mailman-068634612210ea447dca21db416724cba88cd64d.tar.gz mailman-068634612210ea447dca21db416724cba88cd64d.tar.zst mailman-068634612210ea447dca21db416724cba88cd64d.zip | |
All the REST tests pass.
Diffstat (limited to 'src/mailman/rest/docs/moderation.rst')
| -rw-r--r-- | src/mailman/rest/docs/moderation.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/docs/moderation.rst b/src/mailman/rest/docs/moderation.rst index 6e2dbb43c..6aec921f0 100644 --- a/src/mailman/rest/docs/moderation.rst +++ b/src/mailman/rest/docs/moderation.rst @@ -141,13 +141,6 @@ The held message can be discarded. server: ... status: 204 -After which, the message is gone from the moderation queue. - - >>> dump_json(url(request_id)) - Traceback (most recent call last): - ... - HTTPError: HTTP Error 404: 404 Not Found - Messages can also be accepted via the REST API. Let's hold a new message for moderation. :: |
