chore!: remove unused token response param (#27805)

This commit is contained in:
Jason Rasmussen
2026-04-15 00:58:00 -04:00
committed by GitHub
parent 6da2d3d587
commit 5f5e3344d5
5 changed files with 1 additions and 45 deletions
-21
View File
@@ -22127,27 +22127,6 @@
"nullable": true,
"type": "string"
},
"token": {
"deprecated": true,
"description": "Access token",
"nullable": true,
"type": "string",
"x-immich-history": [
{
"version": "v1",
"state": "Added"
},
{
"version": "v2",
"state": "Stable"
},
{
"version": "v2.6.0",
"state": "Deprecated"
}
],
"x-immich-state": "Deprecated"
},
"type": {
"$ref": "#/components/schemas/SharedLinkType"
},
@@ -2235,8 +2235,6 @@ export type SharedLinkResponseDto = {
showMetadata: boolean;
/** Custom URL slug */
slug: string | null;
/** Access token */
token?: string | null;
"type": SharedLinkType;
/** Owner user ID */
userId: string;