Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-03-26 00:02:40 +00:00
parent 75d24290ab
commit fdc8c11dc1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
}