Files
gitea-rs/crates/gitea-client/docs/EditOrgOption.md
2026-03-20 16:24:40 +01:00

988 B

EditOrgOption

Properties

Name Type Description Notes
description Option<String> The description of the organization [optional]
email Option<String> The email address of the organization [optional]
full_name Option<String> The full display name of the organization [optional]
location Option<String> The location of the organization [optional]
repo_admin_change_team_access Option<bool> Whether repository administrators can change team access [optional]
visibility Option<Visibility> possible values are public, limited or private (enum: public, limited, private) [optional]
website Option<String> The website URL of the organization [optional]

[Back to Model list] [Back to API list] [Back to README]