1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Update function comment

This commit is contained in:
Ralph Slooten 2024-01-02 17:19:08 +13:00
parent 8f3a5e1fba
commit 857df79dd5

View File

@ -540,7 +540,7 @@ func GetAllTags(w http.ResponseWriter, _ *http.Request) {
_, _ = w.Write(data)
}
// SetTags (method: PUT) will set the tags for all provided IDs
// SetMessageTags (method: PUT) will set the tags for all provided IDs
func SetMessageTags(w http.ResponseWriter, r *http.Request) {
// swagger:route PUT /api/v1/tags tags SetTags
//