Dashboard > Bla-bla List > ... > REST API > editlist
Bla-bla List Log In   View a printable version of the current page.
editlist


Added by Geert Bevin, last edited by Geert Bevin on Nov 02, 2005  (view change)
Labels: 
(None)

(authenticated)

Edits an existing list.

Submissions
edit
Performs the modification.
Parameters
id The id of the list.
name (optional) The name of the list.
shortName (optional) The short name of the list that will be used for public sharing.
description (optional) The description of the list.
entry\d+ (optional) This is a collection of parameters that are dynamically named. They all start with the entry prefix and end with the id of the entry that you want to modify. The values of the parameters are the new entry names.
remove (optional) The list of entry ids to remove. These are the numeric identifiers, separated with commas.
Errors
WRONGLENGTH:name The list name was too long (max. 255 chars).
WRONGLENGTH:shortName The short name was too long (max. 32 chars).
UNICITY:ownerId There is already a list with the provided short name for this account.
UNICITY:shortName There is already a list with the provided short name for this account.

example request

http://blablalist.com/editlist?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=edit&
    id=25&
    name=Persons+I+need+to+call+on+Tuesday&
    shortName=tuesdaystuff&
    description=I+really+need+to+get+this+done+now&
    entry148=My+mother&
    remove=151,157

example result

<edit authid="622c895dec2d96cf127f0d557785d200">
    <success id="25"/>
</edit>



Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.1a Build:#515 May 19, 2006) - Bug/feature request - Contact Administrators