Podio API Documentation

Tasks: Update task reference

PUT /task/{task_id}/ref

Attached this task to an object. If the task is already attached to an object, it will be detached from that object and reattached on the new object.

Usage
Ruby Gem
task.rb
Podio::Task.update_reference( id, ref_type, ref_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
Request { "ref_type": The type of reference, "ref_id": The id of the reference }

Sandbox

The sandbox only handles GET operations for now.