Add comment

This commit is contained in:
Daniel 2023-10-03 11:41:51 +02:00
parent d19efe7103
commit cd7a100d57

View file

@ -28,6 +28,8 @@ type SettingsImportRequest struct {
// any settings would be replaced or deleted. // any settings would be replaced or deleted.
Reset bool `json:"reset"` Reset bool `json:"reset"`
// AllowUnknown allows the import of unknown settings.
// Otherwise, attempting to import an unknown setting will result in an error.
AllowUnknown bool `json:"allowUnknown"` AllowUnknown bool `json:"allowUnknown"`
Export *SettingsExport `json:"export"` Export *SettingsExport `json:"export"`