mirror of
https://github.com/immich-app/immich.git
synced 2024-12-24 10:37:28 +02:00
cb0e37e76e
* 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)
|
|
|
|
|