mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: search metadata for album shared links (#29742)
This commit is contained in:
parent
cfd95f0196
commit
655cd01d57
6 changed files with 73 additions and 7 deletions
|
|
@ -10552,7 +10552,24 @@
|
|||
"post": {
|
||||
"description": "Search for assets based on various metadata criteria.",
|
||||
"operationId": "searchAssets",
|
||||
"parameters": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "key",
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "slug",
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue