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
@@ -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;
}