diff --git a/lib/templ/tmpl/backend/route/api/templ/index.tmpl b/lib/templ/tmpl/backend/route/api/templ/index.tmpl index 4ed3f54..d4b9798 100644 --- a/lib/templ/tmpl/backend/route/api/templ/index.tmpl +++ b/lib/templ/tmpl/backend/route/api/templ/index.tmpl @@ -64,7 +64,6 @@ func get(c echo.Context) error { // @Tags {{ .Rest.GroupName }} // @Accept json // @Produce json -// @Param id path string true "Identificator record" // @Param body body {{ getModelName .Project .Rest.Data }} true "Structure for request" // @Success 200 {object} structs.Result // @Failure 400 {object} structs.Result