Confirmed users
920
edits
LesOrchard (talk | contribs) No edit summary |
LesOrchard (talk | contribs) No edit summary |
||
Line 143: | Line 143: | ||
** Content-Type: <tt>application/x-www-form-urlencoded</tt> | ** Content-Type: <tt>application/x-www-form-urlencoded</tt> | ||
** Parameters: | ** Parameters: | ||
*** <tt> | *** <tt>name</tt> - human readable name for the collection | ||
*** <tt> | *** <tt>description</tt> - human readable longer description for the collection | ||
*** <tt>nickname</tt> - unique nickname for collection usable in URLs | |||
*** <tt>listed</tt> - whether the collection should be listed in the directory (<tt>1</tt>) or not (<tt>0</tt>) | |||
* Response | * Response | ||
Line 236: | Line 238: | ||
<collection | <collection | ||
href="collections/98404f20-f2e0-11dd-9121-3307c31c9566" | href="collections/98404f20-f2e0-11dd-9121-3307c31c9566" | ||
name="My Laptop Addons" | |||
description="Longer description yay" | |||
creator="lorchard@mozilla.com" | creator="lorchard@mozilla.com" | ||
writable="yes" subscribed="yes" | writable="yes" subscribed="yes" | ||
Line 242: | Line 245: | ||
<collection | <collection | ||
href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4" | href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4" | ||
name="Joe's Blogging Addons" | |||
description="Longer description yay" | |||
creator="joe@example.com" | creator="joe@example.com" | ||
writable="no" subscribed="yes" | writable="no" subscribed="yes" | ||
Line 248: | Line 252: | ||
<collection | <collection | ||
href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4" | href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4" | ||
name="Invisible Addon Collection" | |||
description="Longer description yay" | |||
creator="lorchard@mozilla.com" | creator="lorchard@mozilla.com" | ||
writable="yes" subscribed="no" | writable="yes" subscribed="no" | ||
Line 263: | Line 268: | ||
xml:base="http://addons.mozilla.org/api/1.3/sharing/"> | xml:base="http://addons.mozilla.org/api/1.3/sharing/"> | ||
href="collections/98404f20-f2e0-11dd-9121-3307c31c9566" | href="collections/98404f20-f2e0-11dd-9121-3307c31c9566" | ||
name="My Laptop Addons" | |||
description="Longer description yay" | |||
writable="yes" subscribed="yes" | writable="yes" subscribed="yes" | ||
lastmodified="2009-01-04T00:10:00Z"> | lastmodified="2009-01-04T00:10:00Z"> |