Skip to content

Commit b261232

Browse files
committed
before and after params for mentions
1 parent e6a4379 commit b261232

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,7 @@
24892489
"method": "GET",
24902490
"header": [],
24912491
"url": {
2492-
"raw": "{{api_host}}/me/mentions?fields={{fields_threads}}",
2492+
"raw": "{{api_host}}/me/mentions?fields={{fields_threads}}&limit=50",
24932493
"host": [
24942494
"{{api_host}}"
24952495
],
@@ -2498,6 +2498,11 @@
24982498
"mentions"
24992499
],
25002500
"query": [
2501+
{
2502+
"key": "fields",
2503+
"value": "{{fields_threads}}",
2504+
"description": "A comma-separated list of fields for media objects on Threads."
2505+
},
25012506
{
25022507
"key": "since",
25032508
"value": "",
@@ -2512,14 +2517,20 @@
25122517
},
25132518
{
25142519
"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.",
25172527
"disabled": true
25182528
},
25192529
{
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.",
2533+
"disabled": true
25232534
}
25242535
]
25252536
}

0 commit comments

Comments
 (0)