Files
2026-04-30 17:02:22 +00:00

1.0 KiB

EditOrgOption

Properties

Name Type Description Notes
description String The description of the organization [optional]
email String The email address of the organization; use empty string to clear [optional]
fullName String The full display name of the organization [optional]
location String The location of the organization [optional]
repoAdminChangeTeamAccess Boolean Whether repository administrators can change team access [optional]
visibility VisibilityEnum possible values are `public`, `limited` or `private` public UserVisibilityPublic limited UserVisibilityLimited private UserVisibilityPrivate [optional]
website String The website URL of the organization [optional]

Enum: VisibilityEnum

Name Value
PUBLIC "public"
LIMITED "limited"
PRIVATE "private"