class Github::Client::Orgs::Memberships
def edit(*args)
- Api: - public
Options Hash:
(**params)
-
:state
(String
) --
Parameters:
-
params
(Hash
) -- -
:org
(String
) --
Other tags:
- See: https://developer.github.com/v3/orgs/members/#edit-your-organization-membership -
def edit(*args) arguments(args, required: [:org_name]) do assert_required :state end patch_request("/user/memberships/orgs/#{arguments.org_name}", arguments.params) end