diff options
| author | Barry Warsaw | 2015-02-13 20:35:35 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-02-13 20:35:35 -0500 |
| commit | 9ba3450c3acf720f981dc499402e5a2616db2cba (patch) | |
| tree | d0b38960fceae8adc6918b4ba6a7790238671108 /src/mailman/rest/docs/addresses.rst | |
| parent | 6d2c66ce133cd2c119fcb462dff662621013631a (diff) | |
| download | mailman-9ba3450c3acf720f981dc499402e5a2616db2cba.tar.gz mailman-9ba3450c3acf720f981dc499402e5a2616db2cba.tar.zst mailman-9ba3450c3acf720f981dc499402e5a2616db2cba.zip | |
Diffstat (limited to 'src/mailman/rest/docs/addresses.rst')
| -rw-r--r-- | src/mailman/rest/docs/addresses.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/addresses.rst b/src/mailman/rest/docs/addresses.rst index 8629bb8ae..fd3520be9 100644 --- a/src/mailman/rest/docs/addresses.rst +++ b/src/mailman/rest/docs/addresses.rst @@ -377,6 +377,7 @@ Elle can get her memberships for each of her email addresses. email: elle@example.com http_etag: "..." list_id: ant.example.com + member_id: 1 role: member self_link: http://localhost:9001/3.0/members/1 user: http://localhost:9001/3.0/users/4 @@ -386,6 +387,7 @@ Elle can get her memberships for each of her email addresses. email: elle@example.com http_etag: "..." list_id: bee.example.com + member_id: 2 role: member self_link: http://localhost:9001/3.0/members/2 user: http://localhost:9001/3.0/users/4 @@ -416,6 +418,7 @@ does not show up in the list of memberships for his other address. email: elle@example.com http_etag: "..." list_id: ant.example.com + member_id: 1 role: member self_link: http://localhost:9001/3.0/members/1 user: http://localhost:9001/3.0/users/4 @@ -425,6 +428,7 @@ does not show up in the list of memberships for his other address. email: elle@example.com http_etag: "..." list_id: bee.example.com + member_id: 2 role: member self_link: http://localhost:9001/3.0/members/2 user: http://localhost:9001/3.0/users/4 @@ -440,6 +444,7 @@ does not show up in the list of memberships for his other address. email: eperson@example.com http_etag: "..." list_id: bee.example.com + member_id: 3 role: member self_link: http://localhost:9001/3.0/members/3 user: http://localhost:9001/3.0/users/4 |
