【发布时间】:2019-01-10 20:06:38
【问题描述】:
我正在尝试使用 GitHub API 向拉取请求添加提交以解决问题。但是看到错误
curl -H "Authorization: token "Key"" -X POST -d '{"body": "Failed"}' "https://github-site/repos/:repository/issues/PR_NUMBER/comments"
curl 命令的响应。
{ “未找到信息”, "documentation_url": "https://developer.github.com/enterprise/2.15/v3/issues/comments/#create-a-comment" }
【问题讨论】:
标签: github-api-v3