Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ paths:
$ref: '#/components/requestBodies/updateTollFreeVerificationRequestRequest'
responses:
'202':
description: Accepted
$ref: '#/components/responses/verifyPutResponse'
'400':
$ref: '#/components/responses/tfvPostBadRequestResponse'
'401':
Expand Down Expand Up @@ -5965,7 +5965,7 @@ components:
ageGatedContent:
$ref: '#/components/schemas/ageGatedContent'
cvToken:
$ref: '#/components/schemas/cvToken'
$ref: '#/components/schemas/cvTokenNullable'
verificationUpdateRequest:
type: object
required:
Expand Down Expand Up @@ -6016,7 +6016,7 @@ components:
ageGatedContent:
$ref: '#/components/schemas/ageGatedContent'
cvToken:
$ref: '#/components/schemas/cvToken'
$ref: '#/components/schemas/cvTokenNullable'
tfvBasicAuthentication:
type: object
properties:
Expand Down Expand Up @@ -6469,7 +6469,7 @@ components:
blockedReason:
$ref: '#/components/schemas/blockedReason'
cvToken:
$ref: '#/components/schemas/cvToken'
$ref: '#/components/schemas/cvTokenNullable'
tfvSubmissionInfo:
type: object
properties:
Expand Down Expand Up @@ -6534,13 +6534,13 @@ components:
nullable: true
pattern: ^[ -~]{16,64}$
type: string
cvToken:
cvTokenNullable:
type: string
description: >-
The token provided by Campaign Verify to validate your political use
case. Only required for 527 political organizations. If you are not a
527 political organization, this field should be omitted. If you pass an
empty string, it will be passed along and potentially rejected.
527 political organization, this field should be omitted. Supplying an
empty string will likely result in rejection.
minLength: 0
maxLength: 500
nullable: true
Expand Down Expand Up @@ -7214,6 +7214,8 @@ components:
example:
description: Service Unavailable Error.
type: Service Unavailable
verifyPutResponse:
description: Accepted
parameters:
accountId:
in: path
Expand Down
2 changes: 1 addition & 1 deletion docs/RbmActionBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require 'bandwidth-sdk'
instance = Bandwidth::RbmActionBase.new(
type: null,
text: Hello world,
postback_data: [B@cc7909f
postback_data: [B@768d27e8
)
```

2 changes: 1 addition & 1 deletion docs/RbmSuggestionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require 'bandwidth-sdk'

instance = Bandwidth::RbmSuggestionResponse.new(
text: Yes, I would like to proceed,
postback_data: [B@cc7909f
postback_data: [B@768d27e8
)
```

2 changes: 1 addition & 1 deletion docs/TfvStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| **submission** | [**TfvSubmissionInfo**](TfvSubmissionInfo.md) | | [optional] |
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection. | [optional] |

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/VerificationRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| **business_entity_type** | [**BusinessEntityTypeEnum**](BusinessEntityTypeEnum.md) | | [optional] |
| **help_message_response** | **String** | A message that gets sent to users requesting help. | [optional] |
| **age_gated_content** | **Boolean** | Indicates whether the content is age-gated. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection. | [optional] |

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/VerificationUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
| **business_entity_type** | [**BusinessEntityTypeEnum**](BusinessEntityTypeEnum.md) | | [optional] |
| **help_message_response** | **String** | A message that gets sent to users requesting help. | [optional] |
| **age_gated_content** | **Boolean** | Indicates whether the content is age-gated. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. | [optional] |
| **cv_token** | **String** | The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection. | [optional] |

## Example

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/tfv_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TfvStatus < ApiModelBase
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
attr_accessor :blocked_reason

# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection.
attr_accessor :cv_token

class EnumAttributeValidator
Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/verification_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class VerificationRequest < ApiModelBase
# Indicates whether the content is age-gated.
attr_accessor :age_gated_content

# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection.
attr_accessor :cv_token

class EnumAttributeValidator
Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/verification_update_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class VerificationUpdateRequest < ApiModelBase
# Indicates whether the content is age-gated.
attr_accessor :age_gated_content

# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection.
attr_accessor :cv_token

class EnumAttributeValidator
Expand Down