Skip to content

Commit

Permalink
fix: fix naming (twilio#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke committed Sep 24, 2021
1 parent 8e5a785 commit d454b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/twilio-api/twilio_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2487,7 +2487,7 @@
"application/x-www-form-urlencoded": {
"schema": {
"properties": {
"A2pProfileBundleSid": {
"A2PProfileBundleSid": {
"description": "A2P Messaging Profile Bundle Sid.",
"maxLength": 34,
"minLength": 34,
Expand Down Expand Up @@ -2516,7 +2516,7 @@
},
"required": [
"CustomerProfileBundleSid",
"A2pProfileBundleSid"
"A2PProfileBundleSid"
],
"title": "CreateBrandRegistrationsRequest",
"type": "object"
Expand Down

0 comments on commit d454b81

Please sign in to comment.