From 6eb8c99d96a7cf2c3814c33354e33b51eac5eba1 Mon Sep 17 00:00:00 2001 From: Gordan Pendic <102805630+pendicg24@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:53:14 +0200 Subject: [PATCH] Set minimum length of emarsysMessageId to 1 SMSDEV-2850 --- openapi/sms/v1/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/sms/v1/common.yaml b/openapi/sms/v1/common.yaml index fff098b..806bf9c 100644 --- a/openapi/sms/v1/common.yaml +++ b/openapi/sms/v1/common.yaml @@ -14,6 +14,7 @@ components: properties: emarsysMessageId: type: string + minLength: 1 example: 'WI0ksjocu3b8W8kQU26M' description: 'Unique identifier for an individual message send. This is used to map outbound message to the delivery report.' required: