mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
refactor: api validators (boolean and date) (#7709)
* refactor: api validators (boolean and date) * chore: open api * revert: time bucket change
This commit is contained in:
2
mobile/openapi/doc/SharedLinkCreateDto.md
generated
2
mobile/openapi/doc/SharedLinkCreateDto.md
generated
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**albumId** | **String** | | [optional]
|
||||
**allowDownload** | **bool** | | [optional] [default to true]
|
||||
**allowUpload** | **bool** | | [optional] [default to false]
|
||||
**allowUpload** | **bool** | | [optional]
|
||||
**assetIds** | **List<String>** | | [optional] [default to const []]
|
||||
**description** | **String** | | [optional]
|
||||
**expiresAt** | [**DateTime**](DateTime.md) | | [optional]
|
||||
|
||||
Reference in New Issue
Block a user