Podio API Documentation

Tasks: Update task labels

PUT /task/{task_id}/label/

Updates the task with new labels

Usage
PHP Client
PodioTaskLabel.php
PodioTaskLabel::update( $label_id, $attributes = array() );
Ruby Gem
task.rb
Podio::Task.update_labels( id, label_ids )
Parameters
task_id*
Required.
Request [ {id of label} or "{text of label}", ... (more labels) ]

Sandbox

The sandbox only handles GET operations for now.