diff options
| author | Aurélien Bompard | 2016-08-30 14:53:32 +0200 |
|---|---|---|
| committer | Aurélien Bompard | 2016-08-30 15:11:53 +0200 |
| commit | 6a83017b03c679ed1f0f3b7cb0e0e8f50116a179 (patch) | |
| tree | 84b8750ed29d555233d7c70e00b23a14505e783d /src/mailman/rest/docs | |
| parent | 1c10a3ffa238082ffa3dac41c5edd2cde3984b6f (diff) | |
| download | mailman-6a83017b03c679ed1f0f3b7cb0e0e8f50116a179.tar.gz mailman-6a83017b03c679ed1f0f3b7cb0e0e8f50116a179.tar.zst mailman-6a83017b03c679ed1f0f3b7cb0e0e8f50116a179.zip | |
REST: allow MailingList.info to be set
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/listconf.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/listconf.rst b/src/mailman/rest/docs/listconf.rst index 922da5ea4..3434f2a3d 100644 --- a/src/mailman/rest/docs/listconf.rst +++ b/src/mailman/rest/docs/listconf.rst @@ -52,6 +52,7 @@ All readable attributes for a list are available on a sub-resource. header_uri: http_etag: "..." include_rfc2369_headers: True + info: join_address: ant-join@example.com last_post_at: None leave_address: ant-leave@example.com @@ -103,6 +104,7 @@ When using ``PUT``, all writable attributes must be included. ... display_name='Fnords', ... description='This is my mailing list', ... include_rfc2369_headers=False, + ... info='This is the mailing list information', ... allow_list_posts=False, ... digest_send_periodic=False, ... digest_size_threshold=10.5, |
