/orgs/{org}Update an organization
Updates an organization's profile and member privileges. Supply only the organization settings you want to change, such as billing_email, default_repository_permission, or repository-creation controls. The authenticated user must be an organization owner, and the members_allowed_repository_creation_type setting is closing down in favor of more granular permissions.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Optional organization profile and member-privilege settings to update.
A 409 is returned when the requested organization update conflicts with the current organization state, and a 422 is returned when validation fails. The authenticated user must be an organization owner, and default_repository_permission must be one of read, write, admin, or none. description must not exceed 160 characters; use members_can_create_public_repositories, members_can_create_private_repositories, and, where supported, members_can_create_internal_repositories instead of the closing-down members_allowed_repository_creation_type setting.