We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7b750 + 4cf11f8 commit 7fdd00aCopy full SHA for 7fdd00a
1 file changed
content/v3/repos/comments.md
@@ -36,6 +36,9 @@ Comments are ordered by ascending ID.
36
37
### Input
38
39
+sha
40
+: _Required_ **string** - SHA of the commit to comment on.
41
+
42
body
43
: _Required_ **string**
44
@@ -53,7 +56,6 @@ line
53
56
54
57
<%= json \
55
58
:body => 'Nice change',
- :commit_id => '6dcb09b5b57875f334f61aebed695e2e4193db5e',
59
:line => 1,
60
:path => 'file1.txt',
61
:position => 4
0 commit comments