mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**description** | **String** | The description of the organization | [optional]
|
||||
**email** | **String** | The email address 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]
|
||||
|
||||
@@ -119,11 +119,11 @@ public class EditOrgOption implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* The email address of the organization
|
||||
* The email address of the organization; use empty string to clear
|
||||
*
|
||||
* @return email
|
||||
*/
|
||||
@Schema(description = "The email address of the organization")
|
||||
@Schema(description = "The email address of the organization; use empty string to clear")
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user