From 379934e9b890168d938386e7b82afafc4c64dc04 Mon Sep 17 00:00:00 2001 From: Adam Kunicki Date: Wed, 26 Mar 2025 22:26:34 -0700 Subject: [PATCH] Update api report Signed-off-by: Adam Kunicki --- plugins/notifications-backend-module-slack/report.api.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/notifications-backend-module-slack/report.api.md b/plugins/notifications-backend-module-slack/report.api.md index dfd2460e91..3c4ddb494d 100644 --- a/plugins/notifications-backend-module-slack/report.api.md +++ b/plugins/notifications-backend-module-slack/report.api.md @@ -6,13 +6,7 @@ import { BackendFeature } from '@backstage/backend-plugin-api'; // @public -export const ANNOTATION_SLACK_CHANNEL_ID = 'slack.com/channel-id'; - -// @public -export const ANNOTATION_SLACK_CHANNEL_NAME = 'slack.com/channel-name'; - -// @public -export const ANNOTATION_SLACK_USER_ID = 'slack.com/user-id'; +export const ANNOTATION_SLACK_BOT_NOTIFY = 'slack.com/bot-notify'; // @public const notificationsModuleSlack: BackendFeature;