class Github::Client::Gists::Comments

def edit(*args)

Other tags:
    Api: - public

Options Hash: (**params)
  • :body (String) --

Parameters:
  • params (Hash) --

Other tags:
    See: https://developer.github.com/v3/gists/comments/#edit-a-comment -
def edit(*args)
  arguments(args, required: [:gist_id, :id])
  patch_request("/gists/#{arguments.gist_id}/comments/#{arguments.id}",
                arguments.params)
end