mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
8a6889529c
* feat(server,web,mobile): Add optional password option for share links. Signed-off-by: jarvis2f <137974272+jarvis2f@users.noreply.github.com> * feat(server,web): Update shared-link.controller and page.svelte for improved cookie handling and metadata updates. Signed-off-by: jarvis2f <137974272+jarvis2f@users.noreply.github.com> --------- Signed-off-by: jarvis2f <137974272+jarvis2f@users.noreply.github.com>
891 B
Generated
891 B
Generated
openapi.model.SharedLinkCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
albumId | String | [optional] | |
allowDownload | bool | [optional] [default to true] | |
allowUpload | bool | [optional] [default to false] | |
assetIds | List | [optional] [default to const []] | |
description | String | [optional] | |
expiresAt | DateTime | [optional] | |
password | String | [optional] | |
showMetadata | bool | [optional] [default to true] | |
type | SharedLinkType |