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: lib/API/ListsApi.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2500,7 +2500,7 @@ public function getListRelationshipsRequest($id, $related_resource, $page_cursor
2500
2500
* Get Lists
2501
2501
*
2502
2502
* @param string[] $fields_list For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets (optional)
2503
-
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2503
+
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`id`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2504
2504
* @param string $page_cursor For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination (optional)
2505
2505
*
2506
2506
* @throws \KlaviyoAPI\ApiException on non-2xx response
@@ -2519,7 +2519,7 @@ public function getLists($fields_list = null, $filter = null, $page_cursor = nul
2519
2519
* Get Lists
2520
2520
*
2521
2521
* @param string[] $fields_list For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets (optional)
2522
-
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2522
+
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`id`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2523
2523
* @param string $page_cursor For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination (optional)
2524
2524
*
2525
2525
* @throws \KlaviyoAPI\ApiException on non-2xx response
@@ -2689,7 +2689,7 @@ public function getListsWithHttpInfo($fields_list = null, $filter = null, $page_
2689
2689
* Get Lists
2690
2690
*
2691
2691
* @param string[] $fields_list For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets (optional)
2692
-
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2692
+
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`id`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2693
2693
* @param string $page_cursor For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination (optional)
2694
2694
*
2695
2695
* @throws \InvalidArgumentException
@@ -2711,7 +2711,7 @@ function ($response) {
2711
2711
* Get Lists
2712
2712
*
2713
2713
* @param string[] $fields_list For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets (optional)
2714
-
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2714
+
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`id`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2715
2715
* @param string $page_cursor For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination (optional)
2716
2716
*
2717
2717
* @throws \InvalidArgumentException
@@ -2767,7 +2767,7 @@ function ($exception) {
2767
2767
* Create request for operation 'getLists'
2768
2768
*
2769
2769
* @param string[] $fields_list For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets (optional)
2770
-
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2770
+
* @param string $filter For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`name`: `any`, `equals`<br>`id`: `any`, `equals`<br>`created`: `greater-than`<br>`updated`: `greater-than` (optional)
2771
2771
* @param string $page_cursor For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination (optional)
0 commit comments