summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/docs/configuration.rst')
-rw-r--r--src/mailman/rest/docs/configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/rest/docs/configuration.rst b/src/mailman/rest/docs/configuration.rst
index 5f59a1915..ea00b688c 100644
--- a/src/mailman/rest/docs/configuration.rst
+++ b/src/mailman/rest/docs/configuration.rst
@@ -99,7 +99,7 @@ all the writable attributes in one request.
... collapse_alternatives=False,
... reply_goes_to_list='point_to_list',
... send_welcome_message=False,
- ... welcome_message_uri='Welcome!',
+ ... welcome_message_uri='mailman:///welcome.txt',
... default_member_action='hold',
... default_nonmember_action='discard',
... generic_nonmember_action=2,
@@ -148,7 +148,7 @@ These values are changed permanently.
...
send_welcome_message: False
...
- welcome_message_uri: Welcome!
+ welcome_message_uri: mailman:///welcome.txt
If you use ``PUT`` to change a list's configuration, all writable attributes
must be included. It is an error to leave one or more out...