Podio API Documentation
Tasks: Update label
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)
}