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. //