88 Miles


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

  • name
  • created_on
  • notes
  • default_tags
  • updated_on
  • owner_id
  • id
  • time_limit_string
  • company_id
  • visibility
  • time_limit
  • owner
  • active

Example Query

project[name]=aliquam architecto&project[created_on]=Wed May 16 06:53:49 UTC 2012&project[notes]=&project[default_tags]=&project[updated_on]=Wed May 16 06:53:49 UTC 2012&project[owner_id]=7559&project[id]=29585&project[time_limit_string]=&project[company_id]=329779&project[visibility]=private&project[time_limit]=&project[owner]=#&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>29585</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>329779</company_id>
</project>



{"project":{"name":"aliquam architecto","overdue":null,"notes":null,"default_tags":null,"nearly_overdue":null,"id":29585,"grand_total":0,"time_limit_string":null,"company_id":329779,"visibility":"private","tag_list":"","active":"true"}}