mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat(docs): Adding information about parameter c= (#26430)
* Adding information about parameter c= * Apply suggestions from code review Co-authored-by: bo0tzz <git@bo0tzz.me> --------- Co-authored-by: Jason Rasmussen <jason@rasm.me> Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
parent
00f43ffc25
commit
9ea0a69a72
4 changed files with 7 additions and 4 deletions
|
|
@ -616,7 +616,7 @@ export type AssetResponseDto = {
|
|||
resized?: boolean;
|
||||
stack?: (AssetStackResponseDto) | null;
|
||||
tags?: TagResponseDto[];
|
||||
/** Thumbhash for thumbnail generation */
|
||||
/** Thumbhash for thumbnail generation (base64) also used as the c query param for thumbnail cache busting. */
|
||||
thumbhash: string | null;
|
||||
/** Asset type */
|
||||
"type": AssetTypeEnum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue