class Github::Client::Orgs::Hooks
def edit(*args)
- Api: - public
Parameters:
-
params
(Hash
) --
Other tags:
- See: https://developer.github.com/v3/orgs/hooks/#edit-a-hook -
def edit(*args) arguments(args, required: [:org_name, :id]) do assert_required REQUIRED_PARAMS end patch_request("/orgs/#{arguments.org_name}/hooks/#{arguments.id}", arguments.params) end