Podio API Documentation

Tasks: Create label

POST /task/label/

Creates a new personal label for the user.

Usage
PHP Client
PodioTaskLabel.php
PodioTaskLabel::create( $attributes = array() );
Ruby Gem
task_label.rb
Podio::TaskLabel.create( attributes )
Request { "text": The name of the new label, "color": The color of the label in hex format (xxxxxx) }
Response { "label_id": The id of the newly created label }

Sandbox

The sandbox only handles GET operations for now.