Rerun swagger and fix typo

This commit is contained in:
Christoph Kluge
2022-11-30 12:40:07 +01:00
parent fd16a1b637
commit a39fc73345
4 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ type JobStatistics struct {
}
// Tag model
// @Description Defines B tag using name and type.
// @Description Defines a tag using name and type.
type Tag struct {
// The unique DB identifier of a tag
ID int64 `json:"id" db:"id"`