Login to your account OR sign up for an account!

The Wipee List API

Access and use WL from anywhere.

Edit/Update Task - API home

Description - Use this method to completely edit an existing task.

Arguments -

  • username - the username you want to use.
  • password - the password of the user (encoded).
  • id - the ID of the task you want to edit.
  • title - the new title. This is not a required field (will remain unupdated if not used).
  • notes - the new notes. This is not a required field (will remain unupdated if not used).
  • tags - the new tags, seperated by commas. This is not a required field (will remain unupdated if not used).

Example Call -

http://requests.wipeelist.com/v1/sticky/?username=Joey&password=PASSWORD&id=85&title=New+title¬es=This+is+the+new+note.&tags=hi,there

Example Response -

<response>
    <status>Success</status>
    <statuscode>200</statuscode>
    <statusmessage>N/A</statusmessage>
    <responsemessage>Updated</responsemessage>
</response>