Skip to content

Commit

Permalink
[Librarian] Regenerated @ 08c0904bec7ba6e5da9e5db6c4e0f74dfc97fb10
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Dec 14, 2023
1 parent 49e26c8 commit df3234d
Show file tree
Hide file tree
Showing 5 changed files with 2,256 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
twilio-oai changelog
====================
[2023-12-14] Version 2.0.0-rc.13
--------------------------------
**Api**
- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)**

**Events**
- Marked as GA

**Insights**
- decommission voice-qualitystats-endpoint role

**Numbers**
- Add Get Port In request api

**Taskrouter**
- Add `jitter_buffer_size` param in update reservation

**Trusthub**
- Add additional optional fields in compliance_tollfree_inquiry.json

**Verify**
- Remove `Tags` from Public Docs **(breaking change)**


[2023-12-01] Version 2.0.0-rc.12
--------------------------------
**Verify**
Expand Down
25 changes: 23 additions & 2 deletions spec/json/twilio_messaging_bulk_v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"openapi": "3.0.3",
"security": [
{
"accountSid_authToken": []
}
],
"info": {
"title": "Bulk Messaging and Broadcast",
"description": "Bulk Sending is a public Twilio REST API for 1:Many Message creation up to 100 recipients. Broadcast is a public Twilio REST API for 1:Many Message creation up to 10,000 recipients via file upload.",
Expand Down Expand Up @@ -231,6 +236,22 @@
}
]
}
},
"/v1/Broadcasts/{BroadcastSid}/Cancel": {
"parameters": [
{
"schema": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^BC[0-9a-fA-F]{32}$"
},
"name": "BroadcastSid",
"description": "Id of an existing Broadcast.",
"in": "path",
"required": true
}
]
}
},
"components": {
Expand Down Expand Up @@ -393,8 +414,8 @@
},
"securitySchemes": {
"accountSid_authToken": {
"type": "http",
"scheme": "basic"
"scheme": "basic",
"type": "http"
}
}
}
Expand Down
Loading

0 comments on commit df3234d

Please sign in to comment.