diff options
| author | Barry Warsaw | 2011-08-30 22:04:14 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-08-30 22:04:14 -0400 |
| commit | 232ac1d8af1b6d483a1bd7aa2bc5ae15e0450bdf (patch) | |
| tree | e1e0b843a849bfaccf2d006d9ee1340a99a1eee1 /src/mailman/docs | |
| parent | 0664713d4f7e30b0b56b1ce00ccf3367f416c901 (diff) | |
| parent | d1404b057df7f7ce20df7dac13eb18eba4eb02b4 (diff) | |
| download | mailman-232ac1d8af1b6d483a1bd7aa2bc5ae15e0450bdf.tar.gz mailman-232ac1d8af1b6d483a1bd7aa2bc5ae15e0450bdf.tar.zst mailman-232ac1d8af1b6d483a1bd7aa2bc5ae15e0450bdf.zip | |
* New REST resource http://.../<domain>/lists can be GETed in order to find
all the mailing lists in a specific domain (LP: #829765). Given by
Stephen A. Goss.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 54b05f028..597387b40 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -39,6 +39,9 @@ REST * New REST resource http://.../members/find can be POSTed to in order to find member records. Optional arguments are `subscriber` (email address to search for), `fqdn_listname`, and `role` (i.e. MemberRole). (LP: #799612) + * New REST resource http://.../<domain>/lists can be GETed in order to find + all the mailing lists in a specific domain (LP: #829765). Given by + Stephen A. Goss. * Fixed /lists/<fqdn_listname>/<role>/<email> (LP: #825570) * Remove role plurals from /lists/<fqdn_listname/rosters/<role> * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by |
