Skip to content

Commit 8078c68

Browse files
committed
fix replies example fields
1 parent 478f057 commit 8078c68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@
23302330
"method": "GET",
23312331
"header": [],
23322332
"url": {
2333-
"raw": "{{api_host}}/me/replies?fields={{fields_threads}}&limit=50",
2333+
"raw": "{{api_host}}/me/replies?fields={{fields_replies}}&limit=50",
23342334
"host": [
23352335
"{{api_host}}"
23362336
],
@@ -2341,7 +2341,7 @@
23412341
"query": [
23422342
{
23432343
"key": "fields",
2344-
"value": "{{fields_threads}}",
2344+
"value": "{{fields_replies}}",
23452345
"description": "A comma-separated list of fields for replies on Threads."
23462346
},
23472347
{

0 commit comments

Comments
 (0)