Podio API Documentation

Tasks: Complete task

POST /task/{task_id}/complete

Mark the given task as completed.

Usage
PHP Client
PodioTask.php
PodioTask::complete( $task_id );
Ruby Gem
task.rb
Podio::Task.complete( id )
Parameters
task_id*
Required.
hook

True if hooks should be executed for the change, false otherwise.


Default value: true
silent

If set to true, the object will not be bumped up in the stream and notifications will not be generated.


Default value: false
Response { "recurring_task_id": The id of the recurring task that was created, if any }

Sandbox

The sandbox only handles GET operations for now.