Skip to content

Commit

Permalink
fix: add missing params to pullRequest.createComment: commit_id, `p…
Browse files Browse the repository at this point in the history
…ath`, `position` (#747)
  • Loading branch information
IgnoredAmbience authored and gr2m committed Feb 23, 2018
1 parent e2ada1c commit d5cd259
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5617,6 +5617,18 @@
"body": {
"type": "string",
"required": true
},
"commit_id": {
"type": "string",
"required": true
},
"path": {
"type": "string",
"required": true
},
"position": {
"type": "number",
"required": true
}
},
"description": "Create a comment"
Expand Down

0 comments on commit d5cd259

Please sign in to comment.