Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion api/compatibility-api/_spec_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7035,6 +7035,15 @@ paths:
URLs per message. There is a limit of 5MB for the total
combined media size per message. See the MIME Types section
for a full list of content types supported by SignalWire.
SendAsMms:
type: boolean
description: >
When set to true, forces the message to be sent as an MMS,
even if the message body contains only text. This is useful
for avoiding SMS segmentation when sending long messages.
Instead of being split into multiple SMS segments, the message
is delivered as a single MMS payload.
example: false
ApplicationSid:
type: string
description: >
Expand Down Expand Up @@ -9738,4 +9747,4 @@ paths:
format: uuid
responses:
'204':
description: No Content
description: No Content