From 845fe840d49bb5605ee84520889f7d36e714db24 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 13 Apr 2024 00:29:23 +1200 Subject: [PATCH] Chore: Move Link check & HTML check features out of beta --- server/apiv1/api.go | 6 ------ server/ui-src/components/message/HTMLCheck.vue | 4 ---- server/ui-src/components/message/LinkCheck.vue | 9 --------- server/ui/api/v1/swagger.json | 4 ++-- 4 files changed, 2 insertions(+), 21 deletions(-) diff --git a/server/apiv1/api.go b/server/apiv1/api.go index a37d021..7007215 100644 --- a/server/apiv1/api.go +++ b/server/apiv1/api.go @@ -729,9 +729,6 @@ func HTMLCheck(w http.ResponseWriter, r *http.Request) { // // Returns the summary of the message HTML checker. // - // NOTE: This feature is currently in beta and is documented for reference only. - // Please do not integrate with it (yet) as there may be changes. - // // Produces: // - application/json // @@ -784,9 +781,6 @@ func LinkCheck(w http.ResponseWriter, r *http.Request) { // // Returns the summary of the message Link checker. // - // NOTE: This feature is currently in beta and is documented for reference only. - // Please do not integrate with it (yet) as there may be changes. - // // Produces: // - application/json // diff --git a/server/ui-src/components/message/HTMLCheck.vue b/server/ui-src/components/message/HTMLCheck.vue index 805cc1c..f194826 100644 --- a/server/ui-src/components/message/HTMLCheck.vue +++ b/server/ui-src/components/message/HTMLCheck.vue @@ -476,10 +476,6 @@ export default {