groupware: minor typo fixes

This commit is contained in:
Pascal Bleser
2025-09-08 17:05:43 +02:00
parent 3e5337be6d
commit 5b1bab01dc
2 changed files with 1 additions and 2 deletions

View File

@@ -2498,7 +2498,6 @@ type VacationResponseSetResponse struct {
NotCreated map[string]SetError `json:"notCreated,omitempty"`
NotUpdated map[string]SetError `json:"notUpdated,omitempty"`
NotDestroyed map[string]SetError `json:"notDestroyed,omitempty"`
XXXXXXState State `json:"state,omitempty"`
}
// One of these attributes must be set, but not both.

View File

@@ -157,7 +157,7 @@ type SwaggerMailboxesForAllAccountsResponse200 struct {
Body map[string][]jmap.Mailbox
}
// swagger:route GET /groupware/accounts/all/mailboxes mailbox mailboxesforallaccounts
// swagger:route GET /groupware/accounts/all/mailboxes mailboxesforallaccounts mailbox
// Get the list of all the mailboxes of all accounts of a user, potentially filtering on the
// role of the mailboxes.
//