rossedman / teamwork

Laravel 5 Teamwork PM API Bridge
http://rossedman.github.io/teamwork/
MIT License
45 stars 47 forks source link

Added edit method to the Task class #13

Closed ashleyhindle closed 9 years ago

ashleyhindle commented 9 years ago

Adds an edit method to the Task class

Unassign a task

$result = $teamwork->task((int)$taskId)->edit(['responsible-party-id' => '']);
rossedman commented 9 years ago

@ashleyhindle Thanks a lot!