Skip to content

Commit

Permalink
Set minimum length of emarsysMessageId to 1 SMSDEV-2850
Browse files Browse the repository at this point in the history
  • Loading branch information
pendicg24 authored Aug 28, 2023
1 parent 8e49933 commit 6eb8c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/sms/v1/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6eb8c99

Please sign in to comment.