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
Copy file name to clipboardExpand all lines: rest/api/v2010/docs/AccountsCallsStreamsApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ Other parameters are passed through a pointer to a CreateStreamParams struct
33
33
Name | Type | Description
34
34
------------- | ------------- | -------------
35
35
**PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource.
36
-
**Url** | **string** | Relative or absolute url where WebSocket connection will be established.
37
-
**Name** | **string** | The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream.
36
+
**Url** | **string** | Relative or absolute URL where WebSocket connection will be established.
37
+
**Name** | **string** | The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream.
38
38
**Track** | **string** |
39
-
**StatusCallback** | **string** | Absolute URL of the status callback.
40
-
**StatusCallbackMethod** | **string** | The http method for the status_callback (one of GET, POST).
39
+
**StatusCallback** | **string** | Absolute URL to which Twilio sends status callback HTTP requests.
40
+
**StatusCallbackMethod** | **string** | The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`.
41
41
**Parameter1Name** | **string** | Parameter name
42
42
**Parameter1Value** | **string** | Parameter value
43
43
**Parameter2Name** | **string** | Parameter name
@@ -270,7 +270,7 @@ Name | Type | Description
270
270
------------- | ------------- | -------------
271
271
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
272
272
**CallSid** | **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with.
273
-
**Sid** | **string** | The SID of the Stream resource, or the `name`used when creating the resource
273
+
**Sid** | **string** | The SID or the `name`of the Stream resource to be stopped
Copy file name to clipboardExpand all lines: rest/api/v2010/docs/ApiV2010Stream.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
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**Sid** | Pointer to **string** | The SID of the Stream resource. |
8
8
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. |
9
9
**CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. |
10
-
**Name** | Pointer to **string** | The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream. |
10
+
**Name** | Pointer to **string** | The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. |
11
11
**Status** | Pointer to [**string**](StreamEnumStatus.md) | |
12
12
**DateUpdated** | Pointer to **string** | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
13
13
**Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
**AccountSid** | Pointer to **string** | The unique SID of the account that created the resource. |
8
+
**InstanceSid** | Pointer to **string** | The unique ID created by Twilio to identify a Flex instance. |
9
+
**UserSid** | Pointer to **string** | The unique SID identifier of the Twilio Unified User. |
10
+
**FlexUserSid** | Pointer to **string** | The unique SID identifier of the Flex User. |
11
+
**WorkerSid** | Pointer to **string** | The unique SID identifier of the worker. |
12
+
**WorkspaceSid** | Pointer to **string** | The unique SID identifier of the workspace. |
13
+
**FlexTeamSid** | Pointer to **string** | The unique SID identifier of the Flex Team. |
14
+
**FirstName** | Pointer to **string** | First name of the User. |
15
+
**LastName** | Pointer to **string** | Last name of the User. |
16
+
**Username** | Pointer to **string** | Username of the User. |
17
+
**Email** | Pointer to **string** | Email of the User. |
18
+
**FriendlyName** | Pointer to **string** | Friendly name of the User. |
19
+
**CreatedDate** | Pointer to [**time.Time**](time.Time.md) | The date that this user was created, given in ISO 8601 format. |
20
+
**UpdatedDate** | Pointer to [**time.Time**](time.Time.md) | The date that this user was updated, given in ISO 8601 format. |
21
+
**Version** | Pointer to **int** | The current version of the user. |
22
+
**Url** | Pointer to **string** | |
23
+
24
+
[[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/flex/v2/docs/WebChatsApi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Other parameters are passed through a pointer to a CreateWebChannelParams struct
27
27
28
28
Name | Type | Description
29
29
------------- | ------------- | -------------
30
+
**UiVersion** | **string** | The Ui-Version HTTP request header
30
31
**AddressSid** | **string** | The SID of the Conversations Address. See [Address Configuration Resource](https://www.twilio.com/docs/conversations/api/address-configuration-resource) for configuration details. When a conversation is created on the Flex backend, the callback URL will be set to the corresponding Studio Flow SID or webhook URL in your address configuration.
31
32
**ChatFriendlyName** | **string** | The Conversation's friendly name. See the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) for an example.
32
33
**CustomerFriendlyName** | **string** | The Conversation participant's friendly name. See the [Conversation Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) for an example.
0 commit comments