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: src/Twilio/Rest/Chat/V2/Service/BindingResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<BindingResource>> Re
235
235
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </param>
236
236
/// <param name="bindingType"> The push technology used by the Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
237
237
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
238
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
238
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 50. </param>
239
239
/// <param name="limit"> Record limit </param>
240
240
/// <param name="client"> Client to make requests to Twilio </param>
241
241
/// <returns> A single instance of Binding </returns>
@@ -256,7 +256,7 @@ public static ResourceSet<BindingResource> Read(
256
256
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </param>
257
257
/// <param name="bindingType"> The push technology used by the Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
258
258
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
259
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
259
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 50. </param>
260
260
/// <param name="limit"> Record limit </param>
261
261
/// <param name="client"> Client to make requests to Twilio </param>
262
262
/// <returns> Task that resolves to A single instance of Binding </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/Channel/InviteResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<InviteResource>> Rea
314
314
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </param>
315
315
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
316
316
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
317
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
317
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
318
318
/// <param name="limit"> Record limit </param>
319
319
/// <param name="client"> Client to make requests to Twilio </param>
320
320
/// <returns> A single instance of Invite </returns>
@@ -335,7 +335,7 @@ public static ResourceSet<InviteResource> Read(
335
335
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </param>
336
336
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
337
337
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
338
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
338
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
339
339
/// <param name="limit"> Record limit </param>
340
340
/// <param name="client"> Client to make requests to Twilio </param>
341
341
/// <returns> Task that resolves to A single instance of Invite </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/Channel/MemberResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<MemberResource>> Rea
352
352
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </param>
353
353
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
354
354
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the Member resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
355
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
355
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
356
356
/// <param name="limit"> Record limit </param>
357
357
/// <param name="client"> Client to make requests to Twilio </param>
358
358
/// <returns> A single instance of Member </returns>
@@ -373,7 +373,7 @@ public static ResourceSet<MemberResource> Read(
373
373
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </param>
374
374
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
375
375
/// <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the Member resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
376
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
376
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
377
377
/// <param name="limit"> Record limit </param>
378
378
/// <param name="client"> Client to make requests to Twilio </param>
379
379
/// <returns> Task that resolves to A single instance of Member </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/Channel/MessageResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<MessageResource>> Re
364
364
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </param>
365
365
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
366
366
/// <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
367
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
367
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
368
368
/// <param name="limit"> Record limit </param>
369
369
/// <param name="client"> Client to make requests to Twilio </param>
370
370
/// <returns> A single instance of Message </returns>
@@ -385,7 +385,7 @@ public static ResourceSet<MessageResource> Read(
385
385
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </param>
386
386
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
387
387
/// <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
388
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
388
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
389
389
/// <param name="limit"> Record limit </param>
390
390
/// <param name="client"> Client to make requests to Twilio </param>
391
391
/// <returns> Task that resolves to A single instance of Message </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/Channel/WebhookResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<WebhookResource>> Re
358
358
/// <summary> read </summary>
359
359
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </param>
360
360
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
361
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
361
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 5, and the maximum is 5. </param>
362
362
/// <param name="limit"> Record limit </param>
363
363
/// <param name="client"> Client to make requests to Twilio </param>
364
364
/// <returns> A single instance of Webhook </returns>
@@ -377,7 +377,7 @@ public static ResourceSet<WebhookResource> Read(
377
377
/// <summary> read </summary>
378
378
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </param>
379
379
/// <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
380
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
380
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 5, and the maximum is 5. </param>
381
381
/// <param name="limit"> Record limit </param>
382
382
/// <param name="client"> Client to make requests to Twilio </param>
383
383
/// <returns> Task that resolves to A single instance of Webhook </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/ChannelResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<ChannelResource>> Re
347
347
/// <summary> read </summary>
348
348
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </param>
349
349
/// <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
350
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
350
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
351
351
/// <param name="limit"> Record limit </param>
352
352
/// <param name="client"> Client to make requests to Twilio </param>
353
353
/// <returns> A single instance of Channel </returns>
@@ -366,7 +366,7 @@ public static ResourceSet<ChannelResource> Read(
366
366
/// <summary> read </summary>
367
367
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </param>
368
368
/// <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
369
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
369
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
370
370
/// <param name="limit"> Record limit </param>
371
371
/// <param name="client"> Client to make requests to Twilio </param>
372
372
/// <returns> Task that resolves to A single instance of Channel </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/RoleResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<RoleResource>> ReadA
312
312
#endif
313
313
/// <summary> read </summary>
314
314
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </param>
315
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
315
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
316
316
/// <param name="limit"> Record limit </param>
317
317
/// <param name="client"> Client to make requests to Twilio </param>
318
318
/// <returns> A single instance of Role </returns>
@@ -329,7 +329,7 @@ public static ResourceSet<RoleResource> Read(
329
329
#if !NET35
330
330
/// <summary> read </summary>
331
331
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </param>
332
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
332
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 100. </param>
333
333
/// <param name="limit"> Record limit </param>
334
334
/// <param name="client"> Client to make requests to Twilio </param>
335
335
/// <returns> Task that resolves to A single instance of Role </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Chat/V2/Service/User/UserBindingResource.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<UserBindingResource>
246
246
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </param>
247
247
/// <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
248
248
/// <param name="bindingType"> The push technology used by the User Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
249
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
249
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 50. </param>
250
250
/// <param name="limit"> Record limit </param>
251
251
/// <param name="client"> Client to make requests to Twilio </param>
252
252
/// <returns> A single instance of UserBinding </returns>
@@ -267,7 +267,7 @@ public static ResourceSet<UserBindingResource> Read(
267
267
/// <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </param>
268
268
/// <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
269
269
/// <param name="bindingType"> The push technology used by the User Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
270
-
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
270
+
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 50. </param>
271
271
/// <param name="limit"> Record limit </param>
272
272
/// <param name="client"> Client to make requests to Twilio </param>
273
273
/// <returns> Task that resolves to A single instance of UserBinding </returns>
0 commit comments