Skip to content

Commit

Permalink
Updating a calendar entry is done via PUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Jul 3, 2012
1 parent da01c15 commit 86acc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/calendar_entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To make the entry a milestone, set `type` to `Milestone`. To make a company resp
Update calendar entry
---------------------

* `POST /projects/#{project_id}/calendar_entries/#{id}.xml` modifies a calendar entry.
* `PUT /projects/#{project_id}/calendar_entries/#{id}.xml` modifies a calendar entry.

Supplying a different value for `type` can convert a calendar event to a milestone and vice versa. You can use this to shift the deadline of a single milestone, and optionally shift the deadlines of subsequent milestones as well.

Expand Down

0 comments on commit 86acc09

Please sign in to comment.