LiveWork API Method: tasks revise_work_time

<< Back to FrontPage

 


 

LiveWork API Method: tasks/revise_work_time

Revises the amount of time spent working on a task.

 

Request

 

HTTP Method:

PUT

 

URL:

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

 

Formats:

xml

 

Parameters:

Parameter Status Format Default Description
id Required integer nil The ID of the task to revise work time for.
format Optional string xml The format of the response.
revised_hours Required integer nil  
revised_minutes Required integer 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.