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
**NewOwnerSid** | **string** | The SID of the new owner to transfer the account to |[optional]
7
+
**EmailAddress** | **string** | New owner's email address |[optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: rest/intelligence/v2/docs/TranscriptsSentencesApi.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
@@ -33,7 +33,7 @@ Name | Type | Description
33
33
------------- | ------------- | -------------
34
34
**Redacted** | **bool** | Grant access to PII Redacted/Unredacted Sentences. If redaction is enabled, the default is `true` to access redacted sentences.
35
35
**WordTimestamps** | **bool** | Returns word level timestamps information, if word_timestamps is enabled. The default is `false`.
36
-
**PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
36
+
**PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 5000.
37
37
**Limit** | **int** | Max number of records to return.
*ChannelsSendersApi* | [**CreateChannelsSender**](docs/ChannelsSendersApi.md#createchannelssender) | **Post** /v2/Channels/Senders | Create a new sender of WhatsApp.
34
+
*ChannelsSendersApi* | [**CreateChannelsSender**](docs/ChannelsSendersApi.md#createchannelssender) | **Post** /v2/Channels/Senders | Create a new OTT Sender
35
35
*ChannelsSendersApi* | [**DeleteChannelsSender**](docs/ChannelsSendersApi.md#deletechannelssender) | **Delete** /v2/Channels/Senders/{Sid} | Delete a specific sender by its unique identifier.
36
36
*ChannelsSendersApi* | [**FetchChannelsSender**](docs/ChannelsSendersApi.md#fetchchannelssender) | **Get** /v2/Channels/Senders/{Sid} | Retrieve details of a specific sender by its unique identifier.
37
37
*ChannelsSendersApi* | [**ListChannelsSender**](docs/ChannelsSendersApi.md#listchannelssender) | **Get** /v2/Channels/Senders | Get a list of Senders for an account.
Copy file name to clipboardExpand all lines: rest/messaging/v2/docs/ChannelsSendersApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://messaging.twilio.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**CreateChannelsSender**](ChannelsSendersApi.md#CreateChannelsSender) | **Post** /v2/Channels/Senders | Create a new sender of WhatsApp.
7
+
[**CreateChannelsSender**](ChannelsSendersApi.md#CreateChannelsSender) | **Post** /v2/Channels/Senders | Create a new OTT Sender
8
8
[**DeleteChannelsSender**](ChannelsSendersApi.md#DeleteChannelsSender) | **Delete** /v2/Channels/Senders/{Sid} | Delete a specific sender by its unique identifier.
9
9
[**FetchChannelsSender**](ChannelsSendersApi.md#FetchChannelsSender) | **Get** /v2/Channels/Senders/{Sid} | Retrieve details of a specific sender by its unique identifier.
10
10
[**ListChannelsSender**](ChannelsSendersApi.md#ListChannelsSender) | **Get** /v2/Channels/Senders | Get a list of Senders for an account.
**Country** | **string** | ISO 3166-1 alpha-2 country code (e.g., 'US', 'UK'). |
8
+
**RegistrationSid** | **string** | The default compliance registration SID (e.g., from CR-Google) that applies to all countries unless overridden within the `countries` array. |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments