From 80da45fc5433a58e596a9d023931a2a6e445acbb Mon Sep 17 00:00:00 2001 From: CJPeckover Date: Sat, 7 Jun 2025 01:25:29 -0400 Subject: [PATCH] - merge main open-api --- open-api/immich-openapi-specs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 947aa6aaf3..775fe117ad 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -13050,6 +13050,13 @@ }, "StatisticsSearchDto": { "properties": { + "albumIds": { + "items": { + "format": "uuid", + "type": "string" + }, + "type": "array" + }, "city": { "nullable": true, "type": "string"