fix: search metadata for album shared links (#29742)

This commit is contained in:
Daniel Dietzler 2026-07-08 20:32:20 +02:00 committed by GitHub
parent cfd95f0196
commit 655cd01d57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 73 additions and 7 deletions

View file

@ -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": {