Podio API Documentation

Tasks: Update label

PUT /task/label/{label_id}

Updates the label with the given id

Usage
Ruby Gem
task_label.rb
Podio::TaskLabel.update( label_id, attributes )
Parameters
label_id*
Required.
Request { "text": The name of the new label, "color": The color of the label in hex format (xxxxxx) }

Sandbox

The sandbox only handles GET operations for now.