|
if (!isset($params['name'], $params['color'])) { |
The actual parameter should be "new_name" and all parameters are optional to include.
https://developer.github.com/v3/issues/labels/#parameters-1
Additionally, the Repo Labels appears to be missing a related documentation page.
php-github-api/lib/Github/Api/Repository/Labels.php
Line 36 in 94dec1e
The actual parameter should be "new_name" and all parameters are optional to include.
https://developer.github.com/v3/issues/labels/#parameters-1
Additionally, the Repo Labels appears to be missing a related documentation page.