Skip to content

Commit d454b81

Browse files
fix: fix naming (twilio#157)
1 parent 8e5a785 commit d454b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/twilio-api/twilio_messaging_v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
"application/x-www-form-urlencoded": {
24882488
"schema": {
24892489
"properties": {
2490-
"A2pProfileBundleSid": {
2490+
"A2PProfileBundleSid": {
24912491
"description": "A2P Messaging Profile Bundle Sid.",
24922492
"maxLength": 34,
24932493
"minLength": 34,
@@ -2516,7 +2516,7 @@
25162516
},
25172517
"required": [
25182518
"CustomerProfileBundleSid",
2519-
"A2pProfileBundleSid"
2519+
"A2PProfileBundleSid"
25202520
],
25212521
"title": "CreateBrandRegistrationsRequest",
25222522
"type": "object"

0 commit comments

Comments
 (0)