diff options
| author | Barry Warsaw | 2015-04-17 11:30:23 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-17 11:30:23 -0400 |
| commit | 3857294c3dc8fdf294f23179926f062c4e0a6c90 (patch) | |
| tree | 13683e2ba3f5046bfc69f018e8228d1a1c32549b /src/mailman/rest/docs/sub-moderation.rst | |
| parent | c2d15f3c7c2e86912f62326b51977abca0c9bb5e (diff) | |
| download | mailman-3857294c3dc8fdf294f23179926f062c4e0a6c90.tar.gz mailman-3857294c3dc8fdf294f23179926f062c4e0a6c90.tar.zst mailman-3857294c3dc8fdf294f23179926f062c4e0a6c90.zip | |
Check pointing new subscription moderation REST API.
Diffstat (limited to 'src/mailman/rest/docs/sub-moderation.rst')
| -rw-r--r-- | src/mailman/rest/docs/sub-moderation.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/rest/docs/sub-moderation.rst b/src/mailman/rest/docs/sub-moderation.rst index a658ac410..0468d75b5 100644 --- a/src/mailman/rest/docs/sub-moderation.rst +++ b/src/mailman/rest/docs/sub-moderation.rst @@ -42,15 +42,15 @@ The message is being held for moderator approval. The subscription request can be viewed in the REST API. + >>> transaction.commit() >>> dump_json('http://localhost:9001/3.0/lists/ant@example.com/requests') entry 0: - delivery_mode: regular display_name: Anne Person email: anne@example.com http_etag: "..." - language: en - request_id: ... - type: subscription + list_id: ant.example.com + token: ... + token_owner: moderator when: 2005-08-01T07:49:23 http_etag: "..." start: 0 |
