Skip to content

Commit 309ef3c

Browse files
authored
add user agent
1 parent da93067 commit 309ef3c

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,13 +1505,13 @@
15051505
},
15061506
{
15071507
"key": "since",
1508-
"value": null,
1508+
"value": "",
15091509
"description": "Query string parameter representing the start date for retrieval",
15101510
"disabled": true
15111511
},
15121512
{
15131513
"key": "until",
1514-
"value": null,
1514+
"value": "",
15151515
"description": "Query string parameter representing the end date for retrieval",
15161516
"disabled": true
15171517
},
@@ -1522,13 +1522,13 @@
15221522
},
15231523
{
15241524
"key": "before",
1525-
"value": null,
1525+
"value": "",
15261526
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
15271527
"disabled": true
15281528
},
15291529
{
15301530
"key": "after",
1531-
"value": null,
1531+
"value": "",
15321532
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
15331533
"disabled": true
15341534
}
@@ -2114,13 +2114,13 @@
21142114
},
21152115
{
21162116
"key": "since",
2117-
"value": null,
2117+
"value": "",
21182118
"description": "Query string parameter representing the start date for retrieval",
21192119
"disabled": true
21202120
},
21212121
{
21222122
"key": "until",
2123-
"value": null,
2123+
"value": "",
21242124
"description": "Query string parameter representing the end date for retrieval",
21252125
"disabled": true
21262126
},
@@ -2131,13 +2131,13 @@
21312131
},
21322132
{
21332133
"key": "before",
2134-
"value": null,
2134+
"value": "",
21352135
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
21362136
"disabled": true
21372137
},
21382138
{
21392139
"key": "after",
2140-
"value": null,
2140+
"value": "",
21412141
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
21422142
"disabled": true
21432143
}
@@ -2401,7 +2401,10 @@
24012401
"script": {
24022402
"type": "text/javascript",
24032403
"exec": [
2404-
""
2404+
"pm.request.headers.add({",
2405+
" key: 'User-Agent',",
2406+
" value: 'Postman/ThreadsCollection'",
2407+
"})"
24052408
]
24062409
}
24072410
},

0 commit comments

Comments
 (0)