diff options
| author | Aurélien Bompard | 2016-01-18 18:25:03 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2016-08-18 10:28:26 +0200 |
| commit | a8f2fc64c683420f40bac1b4c5d551305a0e0ecc (patch) | |
| tree | 316b471bd753b7382468b56336995ec7ae0d6888 /src/mailman/rest/docs | |
| parent | 783603ed668e9e50b1b798579fbfa7b6ff49f98c (diff) | |
| download | mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.tar.gz mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.tar.zst mailman-a8f2fc64c683420f40bac1b4c5d551305a0e0ecc.zip | |
Don't show the disabled archivers in the REST API
Because one can't add a configuration overlay to the running REST server
in testing mode, the prototype archiver was disabled in the testing
configuration. This is where most of the changes in this commit come
from.
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/lists.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/rest/docs/lists.rst b/src/mailman/rest/docs/lists.rst index 6554b04c2..0fb877722 100644 --- a/src/mailman/rest/docs/lists.rst +++ b/src/mailman/rest/docs/lists.rst @@ -250,7 +250,6 @@ archivers are available, and whether they are enabled for this mailing list. http_etag: "..." mail-archive: True mhonarc: True - prototype: True You can set all the archiver states by putting new state flags on the resource. @@ -260,7 +259,6 @@ resource. ... 'http://localhost:9001/3.0/lists/dog@example.com/archivers', { ... 'mail-archive': False, ... 'mhonarc': True, - ... 'prototype': False, ... }, method='PUT') content-length: 0 date: ... @@ -271,7 +269,6 @@ resource. http_etag: "..." mail-archive: False mhonarc: True - prototype: False You can change the state of a subset of the list archivers. :: @@ -289,7 +286,6 @@ You can change the state of a subset of the list archivers. http_etag: "..." mail-archive: False mhonarc: False - prototype: False List digests |
