mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-22 17:16:25 +00:00
refactor: create album (#2555)
This commit is contained in:
@@ -4553,6 +4553,31 @@
|
||||
"owner"
|
||||
]
|
||||
},
|
||||
"CreateAlbumDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"albumName": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharedWithUserIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
},
|
||||
"assetIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"albumName"
|
||||
]
|
||||
},
|
||||
"APIKeyCreateDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -6280,31 +6305,6 @@
|
||||
"sharing"
|
||||
]
|
||||
},
|
||||
"CreateAlbumDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"albumName": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharedWithUserIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
},
|
||||
"assetIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"albumName"
|
||||
]
|
||||
},
|
||||
"AddUsersDto": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user