diff --git a/scnserver/api/handler/apiSenderNames.go b/scnserver/api/handler/apiSenderNames.go index 74a48fb..3f9c329 100644 --- a/scnserver/api/handler/apiSenderNames.go +++ b/scnserver/api/handler/apiSenderNames.go @@ -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"