diff --git a/server/apiv1/api.go b/server/apiv1/api.go index 8d5477a..07834c9 100644 --- a/server/apiv1/api.go +++ b/server/apiv1/api.go @@ -495,6 +495,8 @@ func GetTags(w http.ResponseWriter, _ *http.Request) { // // # Get all current tags // + // Returns a JSON array of all unique message tags. + // // Produces: // - application/json //