issue
Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.
Pass content_version to enable optimistic locking on body edits. If the version doesn't match the current value, the request fails with 409 Conflict.
patch/repos/{owner}/{repo}/issues/{index}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexinteger required
index of the issue to edit
Request body
Response
Issue
Example response
{
"labels": [
{
"color": "00aabb"
}
]
}