Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 142 Bytes

createLabel.md

File metadata and controls

8 lines (8 loc) · 142 Bytes
$api->createLabel('test label 1');
// Result:
array (2) [
    'labelid' => integer 2317
    'name' => string (12) "test label 1"
]