~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/rest/docs/configuration.rst

  • Committer: Barry Warsaw
  • Date: 2012-08-21 00:55:24 UTC
  • Revision ID: barry@list.org-20120821005524-6ypdhqomhni0o5s8
 * Expose `archive_policy` in the REST API.  Contributed by Alexander
   Sulfrian.  (LP: #1039129)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    advertised: True
23
23
    allow_list_posts: True
24
24
    anonymous_list: False
 
25
    archive_policy: public
25
26
    autorespond_owner: none
26
27
    autorespond_postings: none
27
28
    autorespond_requests: none
80
81
    ...             administrivia=False,
81
82
    ...             advertised=False,
82
83
    ...             anonymous_list=True,
 
84
    ...             archive_policy='never',
83
85
    ...             autorespond_owner='respond_and_discard',
84
86
    ...             autorespond_postings='respond_and_continue',
85
87
    ...             autorespond_requests='respond_and_discard',
119
121
    advertised: False
120
122
    allow_list_posts: False
121
123
    anonymous_list: True
 
124
    archive_policy: never
122
125
    autorespond_owner: respond_and_discard
123
126
    autorespond_postings: respond_and_continue
124
127
    autorespond_requests: respond_and_discard
159
162
    ...             administrivia=False,
160
163
    ...             advertised=False,
161
164
    ...             anonymous_list=True,
 
165
    ...             archive_policy='public',
162
166
    ...             autorespond_owner='respond_and_discard',
163
167
    ...             autorespond_postings='respond_and_continue',
164
168
    ...             autorespond_requests='respond_and_discard',
198
202
    ...             administrivia=False,
199
203
    ...             advertised=False,
200
204
    ...             anonymous_list=True,
 
205
    ...             archive_policy='public',
201
206
    ...             autorespond_owner='respond_and_discard',
202
207
    ...             autorespond_postings='respond_and_continue',
203
208
    ...             autorespond_requests='respond_and_discard',
263
268
    ...             admin_notify_mchanges=True,
264
269
    ...             advertised=False,
265
270
    ...             anonymous_list=True,
 
271
    ...             archive_policy='public',
266
272
    ...             autorespond_owner='respond_and_discard',
267
273
    ...             autorespond_postings='respond_and_continue',
268
274
    ...             autorespond_requests='respond_and_discard',