Add comment
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user