Skip to content

Commit

Permalink
Remove /tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb committed Nov 22, 2024
1 parent bf35960 commit c13522a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
35 changes: 0 additions & 35 deletions open-api/immich-openapi-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,41 +690,6 @@
]
}
},
"/tags": {
"get": {
"operationId": "getAllTags",
"parameters": [],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/TagResponseDto"
},
"type": "array"
}
}
},
"description": ""
}
},
"security": [
{
"bearer": []
},
{
"cookie": []
},
{
"api_key": []
}
],
"tags": [
"Tags"
]
}
},
"/timeline/bucket": {
"get": {
"operationId": "getTimeBucket",
Expand Down
8 changes: 0 additions & 8 deletions open-api/typescript-sdk/src/fetch-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,6 @@ export function getStack({ id }: {
...opts
}));
}
export function getAllTags(opts?: Oazapfts.RequestOpts) {
return oazapfts.ok(oazapfts.fetchJson<{
status: 200;
data: TagResponseDto[];
}>("/tags", {
...opts
}));
}
export function getTimeBucket({ albumId, isArchived, isFavorite, isTrashed, key, order, personId, size, tagId, timeBucket, userId, withPartners, withStacked }: {
albumId?: string;
isArchived?: boolean;
Expand Down

0 comments on commit c13522a

Please sign in to comment.