diff options
Diffstat (limited to 'src/mailman/rest/docs/membership.rst')
| -rw-r--r-- | src/mailman/rest/docs/membership.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/rest/docs/membership.rst b/src/mailman/rest/docs/membership.rst index b0b5e1254..6e24d14f9 100644 --- a/src/mailman/rest/docs/membership.rst +++ b/src/mailman/rest/docs/membership.rst @@ -642,7 +642,6 @@ won't have to approve her subscription request. ... 'display_name': 'Elly Person', ... 'pre_verified': True, ... 'pre_confirmed': True, - ... 'pre_approved': True, ... }) content-length: 0 content-type: application/json; charset=UTF-8 @@ -699,7 +698,6 @@ list with her preferred address. ... 'subscriber': user_id, ... 'pre_verified': True, ... 'pre_confirmed': True, - ... 'pre_approved': True, ... }) content-length: 0 content-type: application/json; charset=UTF-8 |
