Skip to content

Commit

Permalink
Removed pattern matching of source and destination SMSDEV-2486
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsys-ziyad committed Feb 2, 2023
1 parent e85b824 commit e4366c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openapi/sms/v1/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ components:
properties:
source:
type: string
pattern: '^[A-Za-z0-9]+$'
example: '436771234567'
description: 'Source (Sender ID) of the message'
destination:
type: string
pattern: '^\d+$'
example: '381641234567'
description: 'MSISDN of the receiver of the message'
description: 'Destination of the message'
message:
type: string
example: 'Hello world!'
Expand Down

0 comments on commit e4366c0

Please sign in to comment.