Skip to content

Commit 7c67a05

Browse files
github-actions[bot]github-actions
andauthored
Update API specifications with fern api update (#810)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 399dbe1 commit 7c67a05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33290,6 +33290,14 @@
3329033290
"TwilioSMSChatTransport": {
3329133291
"type": "object",
3329233292
"properties": {
33293+
"conversationType": {
33294+
"type": "string",
33295+
"description": "This is the conversation type of the call (ie, voice or chat).",
33296+
"default": "chat",
33297+
"enum": [
33298+
"chat"
33299+
]
33300+
},
3329333301
"phoneNumberId": {
3329433302
"type": "string",
3329533303
"description": "This is the phone number that will be used to send the SMS.\nIf provided, will create a new session. If not provided, uses existing session's phoneNumberId.\nThe phone number must have SMS enabled and belong to your organization."

0 commit comments

Comments
 (0)