class Github::Client::Orgs

def edit(*args)

Other tags:
    Api: - public

Options Hash: (**params)
  • :description (String) --
  • :name (String) --
  • :location (String) --
  • :email (String) --
  • :company (String) --
  • :billing_email (String) --

Parameters:
  • params (Hash) --

Other tags:
    See: https://developer.github.com/v3/orgs/#edit-an-organization -
def edit(*args)
  arguments(args, required: [:org_name])
  patch_request("/orgs/#{arguments.org_name}", arguments.params)
end