<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=PUT_Exchange_Mailing_List</id>
		<title>PUT Exchange Mailing List - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=PUT_Exchange_Mailing_List"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Exchange_Mailing_List&amp;action=history"/>
		<updated>2026-04-15T05:56:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=PUT_Exchange_Mailing_List&amp;diff=1434&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 95</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Exchange_Mailing_List&amp;diff=1434&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:32Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 95&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 05:59, 2 July 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=PUT_Exchange_Mailing_List&amp;diff=1433&amp;oldid=prev</id>
		<title>Mike.robski at 13:40, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Exchange_Mailing_List&amp;diff=1433&amp;oldid=prev"/>
				<updated>2013-05-20T13:40:30Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Edit an Exchange Mailing List&lt;br /&gt;
&lt;br /&gt;
'''PUT''' &amp;lt;code&amp;gt;/accounts/''{account_number}''/exchange/''{domain_name}''/mailingList/''{mailing_list_name}''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account_number - ''string''&lt;br /&gt;
: The account-number that the Exchange resource belongs to&lt;br /&gt;
&lt;br /&gt;
; domain_name - ''string''&lt;br /&gt;
: The domain-name that is associated with the Exchange resource&lt;br /&gt;
&lt;br /&gt;
; mailing_list_name - ''string''&lt;br /&gt;
: The name of the specific mailing list&lt;br /&gt;
&lt;br /&gt;
== Request Body ==&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;name&amp;quot;: &amp;quot;list1&amp;quot;,&lt;br /&gt;
  &amp;quot;owner&amp;quot;: &amp;quot;user1&amp;quot;,&lt;br /&gt;
  &amp;quot;description&amp;quot;: &amp;quot;desc&amp;quot;&lt;br /&gt;
} &lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; name - ''string''&lt;br /&gt;
: - The unique name of the mailing list. (Cannot be changed by the PUT request)&lt;br /&gt;
&lt;br /&gt;
; owner - ''string''&lt;br /&gt;
: - The mailbox username of the owner of the mailing list. (Cannot be changed by the PUT request)&lt;br /&gt;
&lt;br /&gt;
; description - ''string''&lt;br /&gt;
: - User defined description of the mailing list&lt;br /&gt;
&lt;br /&gt;
=== Expected Response Codes ===&lt;br /&gt;
&lt;br /&gt;
;200&lt;br /&gt;
: OK&lt;br /&gt;
&lt;br /&gt;
;400&lt;br /&gt;
: Bad Request&lt;br /&gt;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&lt;br /&gt;
&lt;br /&gt;
;405&lt;br /&gt;
: Unsupported method&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
'''PUT''' /accounts/dinh754963/exchange/ng-test-hwus-120120b.com/mailingList/test_list_a&lt;br /&gt;
&lt;br /&gt;
''- Request Headers:''&lt;br /&gt;
    Content-Type:application/json&lt;br /&gt;
    Charset=UTF-8&lt;br /&gt;
    Authorization:Base64-encoded username &amp;amp; password string&lt;br /&gt;
&lt;br /&gt;
''- Request Body:''&lt;br /&gt;
 {&amp;quot;name&amp;quot; : &amp;quot;list1&amp;quot;, &amp;quot;owner&amp;quot;: &amp;quot;user1&amp;quot;,  &amp;quot;description&amp;quot;: &amp;quot;desc&amp;quot;} &lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
''OK (204)'': &lt;br /&gt;
 Server : nginx/0.6.32&lt;br /&gt;
 Date : Thu, 10 May 2012 17:14:26 GMT&lt;br /&gt;
 Content-Type : application/json&lt;br /&gt;
 Connection : keep-alive&lt;br /&gt;
 Content-Length : 0&lt;br /&gt;
 Location : &amp;lt;nowiki&amp;gt;http://coreapi01.ote.chicago.hostway:8094/accounts/dinh754963/exchange/ng-test-dinh-123.com/mailingList/test_list_a/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*There will be a Location header in the response pointing to the edited resource as shown above.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>