Using the REST API 1.0, I can do the following
POST /api/1.0/repositories/{owner}/{repo}/pullrequests/1/comments
What is equivalent to this in 2.0? 2.0 documentation for pullrequests resource states. Finally, you can use this resource to manage comments on the pull request. "I don't see POST for comments like 1.0 to a friend; neither PUT does anything about comments.
Publish comments on PR supported in 2.0?
source share