issue
Add assignees to an issue
post/repos/{owner}/{repo}/issues/{index}/assignees
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexinteger required
index of the issue
Request body
Response
Issue
Example response
{
"labels": [
{
"color": "00aabb"
}
]
}