On Jul 25, 2014, at 01:37 PM, 'ML mail' via barry wrote:

>I am trying to find out all possible REST API parameters but can't find any
>documentation listing them all. For example I want to create a new mailing
>list using the following REST API URL:
>
>http://localhost:8001/3.0/list
>
>in the documentation I could only find the "fqdn_listname" parameter but
>there must definitely be more possible parameters such as one for the
>description, etc. Where can I find a list of these parameters?

The list creation options are limited, but you can reconfigure the mailing
list after its been created.  This page describes how to create, delete, and
otherwise manage mailing list life cycles:

http://pythonhosted.org//mailman/src/mailman/rest/docs/lists.html

This page describes how to configure a list once it's created:

http://pythonhosted.org//mailman/src/mailman/rest/docs/configuration.html

When in doubt, UTSL:

http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/view/head:/src/mailman/rest/lists.py#L205

Cheers,
-Barry
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to