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
Copy file name to clipboardExpand all lines: postman/threads-api.postman_collection.json
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1505,13 +1505,13 @@
1505
1505
},
1506
1506
{
1507
1507
"key": "since",
1508
-
"value": null,
1508
+
"value": "",
1509
1509
"description": "Query string parameter representing the start date for retrieval",
1510
1510
"disabled": true
1511
1511
},
1512
1512
{
1513
1513
"key": "until",
1514
-
"value": null,
1514
+
"value": "",
1515
1515
"description": "Query string parameter representing the end date for retrieval",
1516
1516
"disabled": true
1517
1517
},
@@ -1522,13 +1522,13 @@
1522
1522
},
1523
1523
{
1524
1524
"key": "before",
1525
-
"value": null,
1525
+
"value": "",
1526
1526
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
1527
1527
"disabled": true
1528
1528
},
1529
1529
{
1530
1530
"key": "after",
1531
-
"value": null,
1531
+
"value": "",
1532
1532
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
1533
1533
"disabled": true
1534
1534
}
@@ -2114,13 +2114,13 @@
2114
2114
},
2115
2115
{
2116
2116
"key": "since",
2117
-
"value": null,
2117
+
"value": "",
2118
2118
"description": "Query string parameter representing the start date for retrieval",
2119
2119
"disabled": true
2120
2120
},
2121
2121
{
2122
2122
"key": "until",
2123
-
"value": null,
2123
+
"value": "",
2124
2124
"description": "Query string parameter representing the end date for retrieval",
2125
2125
"disabled": true
2126
2126
},
@@ -2131,13 +2131,13 @@
2131
2131
},
2132
2132
{
2133
2133
"key": "before",
2134
-
"value": null,
2134
+
"value": "",
2135
2135
"description": "Query string parameter representing a cursor that can be used for pagination. Both \"before\" and \"after\" cannot be sent in the same request.",
2136
2136
"disabled": true
2137
2137
},
2138
2138
{
2139
2139
"key": "after",
2140
-
"value": null,
2140
+
"value": "",
2141
2141
"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