Skip to content

Commit

Permalink
Remove isTransactional from sending and messageParts from delivery re…
Browse files Browse the repository at this point in the history
…ports SMSDEV-2633 (#5)
  • Loading branch information
matusekma authored Mar 16, 2023
1 parent 7a41a8e commit 703038c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions openapi/sms/v1/partner-callbacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ components:
description: 'Original provider (vendor) message ID, used for troubleshooting directly with the vendor'
minItems: 1
description: 'Original message IDs from the provider (vendor) can be used to aid troubleshooting with the provider'
messageParts:
type: integer
example: 3
minimum: 0
DeliveryReportSuccess:
allOf:
- $ref: '#/components/schemas/DeliveryReport'
Expand Down
8 changes: 0 additions & 8 deletions openapi/sms/v1/partner-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,6 @@ components:
allOf:
- $ref: './common.yaml#/components/schemas/Message'
- $ref: './common.yaml#/components/schemas/EmarsysMessageId'
- type: object
properties:
isTransactional:
type: boolean
example: true
description: 'A transactional SMS is typically an automated SMS message sent in response to an event or action triggered by a contact.'
required:
- isTransactional
OutboundMessageBatch:
type: object
properties:
Expand Down

0 comments on commit 703038c

Please sign in to comment.