swagger fixes

This commit is contained in:
2025-12-03 18:38:16 +01:00
parent 85e6e4adfb
commit d983737239

View File

@@ -18,7 +18,7 @@ import (
//
// @Param uid path string true "UserID"
//
// @Success 200 {object} handler.ListUserKeys.response
// @Success 200 {object} handler.ListUserSenderNames.response
// @Failure 400 {object} ginresp.apiError "supplied values/parameters cannot be parsed / are invalid"
// @Failure 401 {object} ginresp.apiError "user is not authorized / has missing permissions"
// @Failure 404 {object} ginresp.apiError "message not found"