issue
Replace an issue's labels
put/repos/{owner}/{repo}/issues/{index}/labels
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexinteger required
index of the issue
Request body
Response
LabelList
Example response
[
{
"color": "00aabb"
}
]