mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Organization.edit
This commit is contained in:
@@ -45,6 +45,7 @@ Organization = GithubObject(
|
||||
),
|
||||
ExtendedListAttribute( "public_members", NamedUser ),
|
||||
ExtendedListAttribute( "members", NamedUser ),
|
||||
Editable( [], [ "billing_email", "blog", "company", "email", "location", "name" ] ),
|
||||
)
|
||||
|
||||
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "orgs", Organization ) )
|
||||
|
||||
Reference in New Issue
Block a user