issue
Make the issue in the url depend on the issue in the form.
post/repos/{owner}/{repo}/issues/{index}/dependencies
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexstring required
index of the issue
Request body
Response
Issue
Example response
{
"labels": [
{
"color": "00aabb"
}
]
}