API: Update swagger endpoint documentation

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-08-27 16:57:02 +02:00
parent 9980cf5bdc
commit 2e15e1868f
4 changed files with 34 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ import (
//
// @Summary returns the request and response headers as JSON if debug mode is enabled
// @Id Echo
// @Tags Other
// @Success 200
// @Router /api/v1/echo [get]
func Echo(router *gin.RouterGroup) {