Closed cmbirk closed 9 years ago
Implementing the createMilestone as mentioned in the documentation.
As a heads up, and differing from the documentation, the Teamwork API requires responsible-party-ids, so $args should look like:
responsible-party-ids
$args
[ 'title' => 'Some Title', 'description' => 'Some Description', 'deadline' => '20150402', 'notify' => false, 'reminder' => false, 'responsible-party-ids' => '1234567' ]
Implementing the createMilestone as mentioned in the documentation.
As a heads up, and differing from the documentation, the Teamwork API requires
responsible-party-ids
, so$args
should look like: