From 8271738ba287c4688173ff760118996c1590b84f Mon Sep 17 00:00:00 2001 From: Jimmy Bergman Date: Thu, 20 Sep 2012 10:08:53 +0200 Subject: Add list_id to the REST API list representation --- src/mailman/rest/docs/lists.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mailman/rest/docs') diff --git a/src/mailman/rest/docs/lists.rst b/src/mailman/rest/docs/lists.rst index 610244968..7f0abeb26 100644 --- a/src/mailman/rest/docs/lists.rst +++ b/src/mailman/rest/docs/lists.rst @@ -23,6 +23,7 @@ Create a mailing list in a domain and it's accessible via the API. display_name: Test-one fqdn_listname: test-one@example.com http_etag: "..." + list_id: test-one.example.com list_name: test-one mail_host: example.com member_count: 0 @@ -40,6 +41,7 @@ You can also query for lists from a particular domain. display_name: Test-one fqdn_listname: test-one@example.com http_etag: "..." + list_id: test-one.example.com list_name: test-one mail_host: example.com member_count: 0 @@ -89,6 +91,7 @@ It is also available via the location given in the response. display_name: Test-two fqdn_listname: test-two@example.com http_etag: "..." + list_id: test-two.example.com list_name: test-two mail_host: example.com member_count: 0 -- cgit v1.3.1