forked from Cutlery/immich
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 commit 6c1505ba6b4771e37c1679bb96866a642134223d. * Revert "fix: query failing in some occasions" This reverts commit 221feeca45ae58fbac9e1b604202e6e0dedd4044. * Revert "fix(server): withPeople inconsistent" This reverts commit 4289a9f23d48248f0779cd2efff91875cfe98b52. * 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