mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* fix custom css requiring the user to be the admin and logged in * move theme api to custom endpoint * add e2e test
16 lines
450 B
Markdown
Generated
16 lines
450 B
Markdown
Generated
# openapi.model.ServerThemeDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**theme** | [**SystemConfigThemeDto**](SystemConfigThemeDto.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|