mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
API: Remove unused Filter property from batch request forms #271
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user