LiveWork API Method: tasks update

<< Back to FrontPage

 


 

LiveWork API Method: tasks/update

Updates an existing task.

 

Request

 

HTTP Method:

PUT

 

URL:

http://www.livework.com/api/v1/tasks/<id>.<format>

 

Formats:

xml

 

Parameters:

Parameter Status Format Default Description
id Required integer nil The ID of the task to update.
format Optional string xml The format of the response.
task[title] Optional string nil  
task[project_id] Optional integer nil  
task[priority] Optional integer nil  
task[managed_by] Optional integer nil  
task[due_date] Optional date nil  
task[description] Optional text nil  

 

Response

 

<?xml version="1.0" encoding="UTF-8"?>

<task>

     <id type="integer">1</id>

     <value type="decimal">10.0</value>

     <user-id type="integer">1</user-id>

</task>

 


 

<< Back to FrontPage

Comments (0)

You don't have permission to comment on this page.