Podio API Documentation

Tasks: Update task private

PUT /task/{task_id}/private

Update the private flag on the given task.

Usage
Ruby Gem
task.rb
Podio::Task.update_private( id, private_flag )
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
Request { "private": True if the task should be private, false otherwise }
Response  

Sandbox

The sandbox only handles GET operations for now.