View
 

LiveWork API Method: projects update

<< Back to FrontPage

 


 

LiveWork API Method: projects/update

Updates an existing project.

 

Request

 

HTTP Method:

PUT

 

URL:

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

 

Formats:

xml

 

Parameters:

Parameter Status Format Default Description
id Required integer nil The ID of the project to update.
format Optional string xml The format of the response.
project[title] Optional string nil The title of the project.
project[category_id] Optional integer nil  
project[description] Optional text nil  
project[requirements] Optional text nil  
project[start_date] Optional date nil  
project[max_experts] Optional integer nil  
expert_payment_plan[payment_type] Optional string (fixed, hourly, percentage) nil  
expert_payment_plan[amount] Optional integer nil  
provider_payment_plan[amount] Optional integer nil  
project[work_engine_id] Optional integer nil  
project[work_type] Optional string (hourly, ongoing) nil  
project[budget] Optional integer nil  
project[work_per_week] Optional integer nil  
project[end_date] Optional date nil  
project[has_providers] Optional boolean nil  
project[max_providers] Optional integer nil  

 

Response

 

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

<project>

     <title>Project One</title>

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

</project>

 


 

<< Back to FrontPage

Comments (0)

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