Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycjy committed Oct 7, 2019
1 parent 725c0d0 commit a98c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/api/v1/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type EditTagForm struct {
// @Summary Update article tag
// @Produce json
// @Param id path int true "ID"
// @Param name body string true "ID"
// @Param name body string true "Name"
// @Param state body int false "State"
// @Param modified_by body string true "ModifiedBy"
// @Success 200 {object} app.Response
Expand Down

0 comments on commit a98c25f

Please sign in to comment.