diff options
| author | Aurélien Bompard | 2014-12-08 16:43:08 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2014-12-08 16:43:08 +0100 |
| commit | cb4eb3cdb6fb938dd4347079cebf0f35ced1cb9d (patch) | |
| tree | 08239b9edc057c08d9f60c9e4d84b1834487989b /src/mailman/rest/docs/users.rst | |
| parent | 8dfd0a2e2d37f282b71df8e7c115d4fefa106d7b (diff) | |
| download | mailman-cb4eb3cdb6fb938dd4347079cebf0f35ced1cb9d.tar.gz mailman-cb4eb3cdb6fb938dd4347079cebf0f35ced1cb9d.tar.zst mailman-cb4eb3cdb6fb938dd4347079cebf0f35ced1cb9d.zip | |
Diffstat (limited to 'src/mailman/rest/docs/users.rst')
| -rw-r--r-- | src/mailman/rest/docs/users.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/users.rst b/src/mailman/rest/docs/users.rst index 04533f578..b2adcaccb 100644 --- a/src/mailman/rest/docs/users.rst +++ b/src/mailman/rest/docs/users.rst @@ -329,18 +329,21 @@ order by original (i.e. case-preserved) email address. registered_on: 2005-08-01T07:49:23 self_link: http://localhost:9001/3.0/addresses/fred.q.person@example.com + user: http://localhost:9001/3.0/users/6 entry 1: email: fperson@example.com http_etag: "..." original_email: fperson@example.com registered_on: 2005-08-01T07:49:23 self_link: http://localhost:9001/3.0/addresses/fperson@example.com + user: http://localhost:9001/3.0/users/6 entry 2: email: fred.person@example.com http_etag: "..." original_email: fred.person@example.com registered_on: 2005-08-01T07:49:23 self_link: http://localhost:9001/3.0/addresses/fred.person@example.com + user: http://localhost:9001/3.0/users/6 entry 3: display_name: Fred Person email: fred@example.com @@ -348,6 +351,7 @@ order by original (i.e. case-preserved) email address. original_email: fred@example.com registered_on: 2005-08-01T07:49:23 self_link: http://localhost:9001/3.0/addresses/fred@example.com + user: http://localhost:9001/3.0/users/6 http_etag: "..." start: 0 total_size: 4 |
