API: Improve Swagger annotations and update swagger.json

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-10-30 11:47:40 +01:00
parent 5ea9f3bc4e
commit f2eebe2912
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ import (
//
// @Summary allows members to submit a feedback message to the PhotoPrism team
// @Id SendFeedback
// @Tags Admin
// @Tags Internal
// @Produce json
// @Success 200 {object} form.Feedback
// @Failure 400,401,403 {object} i18n.Response