Podio API Documentation
Tasks: Update task labels
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)
]