diff --git a/bandwidth.yml b/bandwidth.yml index 7c08f29..4f0d976 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -6771,10 +6771,12 @@ components: content: application/json: schema: - $ref: "#/components/schemas/messagingRequestError" + $ref: '#/components/schemas/messagingRequestError' example: type: rate_limit_exceeded - description: Rate limit exceeded. Wait for Retry-After time before sending another request. + description: >- + Rate limit exceeded. Wait for Retry-After time before sending + another request. createCallResponse: description: Created headers: diff --git a/docs/LookupResult.md b/docs/LookupResult.md index eab2940..18d4fa4 100644 --- a/docs/LookupResult.md +++ b/docs/LookupResult.md @@ -31,8 +31,8 @@ instance = Bandwidth::LookupResult.new( deactivation_date: 2025-06-20 18:35, deactivation_event: null, latest_message_delivery_status: null, - initial_message_delivery_status_date: Thu Jun 19 20:00:00 EDT 2025, - latest_message_delivery_status_date: Fri Jun 20 20:00:00 EDT 2025 + initial_message_delivery_status_date: Fri Jun 20 00:00:00 UTC 2025, + latest_message_delivery_status_date: Sat Jun 21 00:00:00 UTC 2025 ) ``` diff --git a/docs/RbmActionBase.md b/docs/RbmActionBase.md index 8ee34bb..3e29235 100644 --- a/docs/RbmActionBase.md +++ b/docs/RbmActionBase.md @@ -16,7 +16,7 @@ require 'bandwidth-sdk' instance = Bandwidth::RbmActionBase.new( type: null, text: Hello world, - postback_data: [B@665f88e1 + postback_data: [B@cc7909f ) ``` diff --git a/docs/RbmSuggestionResponse.md b/docs/RbmSuggestionResponse.md index 759c20e..d33881b 100644 --- a/docs/RbmSuggestionResponse.md +++ b/docs/RbmSuggestionResponse.md @@ -14,7 +14,7 @@ require 'bandwidth-sdk' instance = Bandwidth::RbmSuggestionResponse.new( text: Yes, I would like to proceed, - postback_data: [B@665f88e1 + postback_data: [B@cc7909f ) ```