From 5b1bab01dc24afdbe99aff36cd95be543f6505b1 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 8 Sep 2025 17:05:43 +0200 Subject: [PATCH] groupware: minor typo fixes --- pkg/jmap/jmap_model.go | 1 - services/groupware/pkg/groupware/groupware_api_mailbox.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/jmap/jmap_model.go b/pkg/jmap/jmap_model.go index 9aa1d6df75..ff277cc395 100644 --- a/pkg/jmap/jmap_model.go +++ b/pkg/jmap/jmap_model.go @@ -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. diff --git a/services/groupware/pkg/groupware/groupware_api_mailbox.go b/services/groupware/pkg/groupware/groupware_api_mailbox.go index c343fb4333..75ad42634d 100644 --- a/services/groupware/pkg/groupware/groupware_api_mailbox.go +++ b/services/groupware/pkg/groupware/groupware_api_mailbox.go @@ -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. //