Module Immich.SystemConfig

module Dto : sig ... end
val get_config : t -> unit -> Dto.t

Get system configuration

Retrieve the current system configuration.

val update_config : body:Dto.t -> t -> unit -> Dto.t

Update system configuration

Update the system configuration with a new system configuration.

val get_config_defaults : t -> unit -> Dto.t

Get system configuration defaults

Retrieve the default values for the system configuration.