Developer Documentation - Projects#update
- XML URL
- http://www.88miles.net/projects/[id].xml
- JSON URL
- http://www.88miles.net/projects/[id].json
- Request method
- PUT
Parameters
- visibility
- name
- created_on
- updated_on
- notes
- id
- default_tags
- time_limit_string
- owner_id
- company_id
- owner
- time_limit
- active
Example Query
project[visibility]=private&project[name]=aliquam architecto&project[created_on]=Wed Jun 02 00:15:15 UTC 2010&project[updated_on]=Wed Jun 02 00:15:15 UTC 2010&project[notes]=&project[id]=18754&project[default_tags]=&project[time_limit_string]=&project[owner_id]=5256&project[company_id]=5905&project[owner]=#&project[time_limit]=&project[active]=true
Return Status Codes
- Not Found: 404 Not Found
- Success: 200 OK
- Invalid Parameters: 422 Unprocessable Entity
Examples
Return Body
<?xml version="1.0" encoding="UTF-8"?>
<project>
<id>18754</id>
<name>aliquam architecto</name>
<active>true</active>
<visibility>private</visibility>
<overdue>false</overdue>
<nearly_overdue>false</nearly_overdue>
<time_limit_string></time_limit_string>
<default_tags></default_tags>
<notes></notes>
<company_id>5905</company_id>
</project>
{"project":{"grand_total":0,"visibility":"private","name":"aliquam architecto","overdue":null,"nearly_overdue":null,"notes":null,"id":18754,"default_tags":null,"time_limit_string":null,"company_id":5905,"active":"true"}}