mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
1.0 KiB
1.0 KiB
CreateOrgOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | The description of the organization | [optional] |
| String | The email address of the organization | [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] |
| username | String | username of the organization | |
| visibility | VisibilityEnum | possible values are `public` (default), `limited` or `private` | [optional] |
| website | String | The website URL of the organization | [optional] |
Enum: VisibilityEnum
| Name | Value |
|---|---|
| PUBLIC | "public" |
| LIMITED | "limited" |
| PRIVATE | "private" |