diff options
| author | Aurélien Bompard | 2015-12-02 10:30:59 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-16 11:04:25 -0500 |
| commit | 30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b (patch) | |
| tree | 2bebcd25549b9f8200137f1c49483828d65a88ef /src/mailman/rest/docs | |
| parent | ed9efb350c7629be2b8f1fe509c74e5dca6935f0 (diff) | |
| download | mailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.tar.gz mailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.tar.zst mailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.zip | |
Make sure that Pendables always have a type
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/sub-moderation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/sub-moderation.rst b/src/mailman/rest/docs/sub-moderation.rst index 52b2b89fd..79cee6fb7 100644 --- a/src/mailman/rest/docs/sub-moderation.rst +++ b/src/mailman/rest/docs/sub-moderation.rst @@ -51,6 +51,7 @@ The subscription request can be viewed in the REST API. list_id: ant.example.com token: ... token_owner: moderator + type: subscription when: 2005-08-01T07:49:23 http_etag: "..." start: 0 @@ -71,6 +72,7 @@ You can view an individual membership change request by providing the token list_id: ant.example.com token: ... token_owner: moderator + type: subscription when: 2005-08-01T07:49:23 |
