From b086862a36f20c35c94681fb31e28472dbe6b225 Mon Sep 17 00:00:00 2001 From: ajha-flexera-spot Date: Mon, 27 Apr 2026 13:32:35 +0530 Subject: [PATCH] "Changing webhook URL endpoint character limit" --- api/services/notificationCenter/schemas/subscription.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/notificationCenter/schemas/subscription.yaml b/api/services/notificationCenter/schemas/subscription.yaml index 272a1608..ab924cec 100644 --- a/api/services/notificationCenter/schemas/subscription.yaml +++ b/api/services/notificationCenter/schemas/subscription.yaml @@ -8,5 +8,6 @@ items: enum: ["email", "webhook", "slack", "sns"] example: "email" endpoint: + description: "Target endpoint [max limit 500 characters]" type: string example: "endpoint@example.com"