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
"description": "A comma-separated list of fields for media objects on Threads."
2505
+
},
2501
2506
{
2502
2507
"key": "since",
2503
2508
"value": "",
@@ -2512,14 +2517,20 @@
2512
2517
},
2513
2518
{
2514
2519
"key": "limit",
2515
-
"value": "",
2516
-
"description": "Query string parameter representing the maximum number of media objects or records to return.",
2520
+
"value": "50",
2521
+
"description": "Query string parameter representing the maximum number of media objects or records to return."
2522
+
},
2523
+
{
2524
+
"key": "before",
2525
+
"value": null,
2526
+
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
2517
2527
"disabled": true
2518
2528
},
2519
2529
{
2520
-
"key": "fields",
2521
-
"value": "{{fields_threads}}",
2522
-
"description": "A comma-separated list of fields for media objects on Threads."
2530
+
"key": "after",
2531
+
"value": null,
2532
+
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
0 commit comments