modify.hook {github} | R Documentation |
modify an exisitng hook for repo
modify.hook(owner, repo, id, content, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
id |
the id of the hook |
content |
the JSON object describing the hook. See http://developer.github.com/v3/repos/hooks/#edit-a-hook for details. |
ctx |
the github context object |
the specific hook