Skip to content

Commit

Permalink
Generate SDK with OpenAPI Generator Version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Dec 12, 2023
1 parent 2a713fe commit d2ef082
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,14 @@ components:
from:
type: string
description: >-
One of your telephone numbers the message should come from in E164
format.
Either an alphanumeric sender ID or the sender's Bandwidth phone
number in E.164 format, which must be hosted within Bandwidth and
linked to the account that is generating the message.
Alphanumeric Sender IDs can contain up to 11 characters, upper-case
letters A-Z, lower-case letters a-z, numbers 0-9, space, hyphen -,
plus +, underscore _ and ampersand &. Alphanumeric Sender IDs must
contain at least one letter.
example: '+15551113333'
text:
type: string
Expand Down
2 changes: 1 addition & 1 deletion models/message-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface MessageRequest {
*/
'to': Set<string>;
/**
* One of your telephone numbers the message should come from in E164 format.
* Either an alphanumeric sender ID or the sender\'s Bandwidth phone number in E.164 format, which must be hosted within Bandwidth and linked to the account that is generating the message. Alphanumeric Sender IDs can contain up to 11 characters, upper-case letters A-Z, lower-case letters a-z, numbers 0-9, space, hyphen -, plus +, underscore _ and ampersand &. Alphanumeric Sender IDs must contain at least one letter.
* @type {string}
* @memberof MessageRequest
*/
Expand Down

0 comments on commit d2ef082

Please sign in to comment.