Mark a todo item as uncompleted.
Request url
http://listflock.com/api-0.1/todos/markundone/
Parameters
api_key (Required) : The api key of your application.
sk (Required) : 32 character string returned through the authentication process.
api_sig (Required) : Signature for the request as described in the authentication spec.
todo_id (Required) : (Required) : The id of the todo item to be marked as uncompleted.
This request must be be made using HTTP POST.
Auth
This request does require authentication
Sample Response
<api status="ok">
<todo>
<id>17</id>
<name>Pay for the paper</name>
<details><![CDATA[Go down to the newsagents and pay for last weeks paper.]]></details>
<list_id>4</list_id>
<status>0</status>
</todo>
</api>
Errors
- 2 : Invalid service -This service does not exist
- 3 : Invalid Method - No method with that name in this package
- 4 : Authentication Failed - You do not have permissions to access the service
- 5 : Invalid format - This service doesn't exist in that format
- 6 : Invalid parameters - Your request is missing a required parameter
- 7 : Invalid resource specified
- 8 : Invalid authentication token supplied
- 9 : Invalid session key - Please re-authenticate
- 10 : Invalid API key - You must be granted a valid key by listflock.com
- 11 : Service Offline - This service is temporarily offline. Try again later.
- 13 : Invalid method signature supplied
- 14 : This token has not been authorized
- 15 : This token has expired
- 16 : Invalid access rights to the data