You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWI-9390 Update SDK Based on Recent Spec Changes (#191)
* Generate SDK with OpenAPI Generator Version
* regenerate
* unit test
* support discriminator for anyOf
* update rubocop
* update multi channel smoke tests
* fix unit test
---------
Co-authored-by: DX-Bandwidth <dx@bandwidth.com>
Co-authored-by: ckoegel <ckoegel1006@gmail.com>
Copy file name to clipboardExpand all lines: docs/MessagesApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ end
89
89
90
90
List Messages
91
91
92
-
Returns a list of messages based on query parameters.
92
+
Returns a list of messages based on query parameters.**Rate Limit:** This endpoint is rate limited to 3500 requests per 5 minutes per Source IP address. Exceeding the limit returns HTTP 429 with a `Retry-After` header.
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
16
16
|**blocked_reason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
17
+
|**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]|
|**help_message_response**|**String**| A message that gets sent to users requesting help. |[optional]|
24
24
|**age_gated_content**|**Boolean**| Indicates whether the content is age-gated. |[optional]|
25
+
|**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]|
0 commit comments