API: Remove unused Filter property from batch request forms #271

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-05-05 09:25:52 +02:00
parent 3d325015af
commit c4ddc4a119
5 changed files with 17 additions and 41 deletions

View File

@@ -14,9 +14,9 @@ import (
"github.com/photoprism/photoprism/pkg/i18n"
)
// BatchPhotosEdit returns the metadata of multiple pictures so that it can be edited.
// BatchPhotosEdit returns and updates the metadata of multiple photos.
//
// @Summary returns the metadata of multiple pictures so that it can be edited
// @Summary returns and updates the metadata of multiple photos
// @Id BatchPhotosEdit
// @Tags Photos
// @Accept json