mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 15:02:32 -04:00
chore(docs): withPeople parameter description (#27262)
* fix(server): withPeople inconsistent * fix: query failing in some occasions * test: add medium tests for withPeople option * Revert "test: add medium tests for withPeople option" This reverts commit6c1505ba6b. * Revert "fix: query failing in some occasions" This reverts commit221feeca45. * Revert "fix(server): withPeople inconsistent" This reverts commit4289a9f23d. * chore: change endpoint description * chore: generate open-api
This commit is contained in:
@@ -1741,7 +1741,7 @@ export type MetadataSearchDto = {
|
||||
withDeleted?: boolean;
|
||||
/** Include EXIF data in response */
|
||||
withExif?: boolean;
|
||||
/** Include assets with people */
|
||||
/** Include people data in response */
|
||||
withPeople?: boolean;
|
||||
/** Include stacked assets */
|
||||
withStacked?: boolean;
|
||||
@@ -1855,7 +1855,7 @@ export type RandomSearchDto = {
|
||||
withDeleted?: boolean;
|
||||
/** Include EXIF data in response */
|
||||
withExif?: boolean;
|
||||
/** Include assets with people */
|
||||
/** Include people data in response */
|
||||
withPeople?: boolean;
|
||||
/** Include stacked assets */
|
||||
withStacked?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user