mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
41befc0948
* fix: don't reveal user count publicly * fix: mobile and user controller * fix: update other frontend endpoints * fix: revert openapi change * chore: open api * fix: initialize * openapi --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
20 lines
559 B
Markdown
Generated
20 lines
559 B
Markdown
Generated
# openapi.model.ServerConfigDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**isInitialized** | **bool** | |
|
|
**loginPageMessage** | **String** | |
|
|
**mapTileUrl** | **String** | |
|
|
**oauthButtonText** | **String** | |
|
|
**trashDays** | **int** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|