We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478f057 commit 8078c68Copy full SHA for 8078c68
1 file changed
postman/threads-api.postman_collection.json
@@ -2330,7 +2330,7 @@
2330
"method": "GET",
2331
"header": [],
2332
"url": {
2333
- "raw": "{{api_host}}/me/replies?fields={{fields_threads}}&limit=50",
+ "raw": "{{api_host}}/me/replies?fields={{fields_replies}}&limit=50",
2334
"host": [
2335
"{{api_host}}"
2336
],
@@ -2341,7 +2341,7 @@
2341
"query": [
2342
{
2343
"key": "fields",
2344
- "value": "{{fields_threads}}",
+ "value": "{{fields_replies}}",
2345
"description": "A comma-separated list of fields for replies on Threads."
2346
},
2347
0 commit comments