Skip to content

Commit a742013

Browse files
committed
More Small Fixes to Postman Collection
1 parent b2b0fd4 commit a742013

1 file changed

Lines changed: 11 additions & 26 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,12 +1398,9 @@
13981398
"method": "POST",
13991399
"header": [],
14001400
"url": {
1401-
"raw": "https://graph.threads.net/me/threads?text=This is a quoted post.&media_type=TEXT&quote_post_id={{quote_post_id}}",
1402-
"protocol": "https",
1401+
"raw": "{{api_host}}/me/threads?text=This is a quoted post.&media_type=TEXT&quote_post_id={{quote_post_id}}",
14031402
"host": [
1404-
"graph",
1405-
"threads",
1406-
"net"
1403+
"{{api_host}}"
14071404
],
14081405
"path": [
14091406
"me",
@@ -1822,12 +1819,9 @@
18221819
"method": "GET",
18231820
"header": [],
18241821
"url": {
1825-
"raw": "https://graph.threads.net/me?fields={{fields_profile}}",
1826-
"protocol": "https",
1822+
"raw": "{{api_host}}/me?fields={{fields_profile}}",
18271823
"host": [
1828-
"graph",
1829-
"threads",
1830-
"net"
1824+
"{{api_host}}"
18311825
],
18321826
"path": [
18331827
"me"
@@ -1943,15 +1937,12 @@
19431937
"method": "GET",
19441938
"header": [],
19451939
"url": {
1946-
"raw": "https://graph.threads.net/?fields={{fields_threads}}",
1947-
"protocol": "https",
1940+
"raw": "{{api_host}}/{{thread_id}}?fields={{fields_threads}}",
19481941
"host": [
1949-
"graph",
1950-
"threads",
1951-
"net"
1942+
"{{api_host}}"
19521943
],
19531944
"path": [
1954-
""
1945+
"{{thread_id}}"
19551946
],
19561947
"query": [
19571948
{
@@ -2036,12 +2027,9 @@
20362027
"method": "GET",
20372028
"header": [],
20382029
"url": {
2039-
"raw": "https://graph.threads.net/me/threads?fields={{fields_threads}}&limit=50",
2040-
"protocol": "https",
2030+
"raw": "{{api_host}}/me/threads?fields={{fields_threads}}&limit=50",
20412031
"host": [
2042-
"graph",
2043-
"threads",
2044-
"net"
2032+
"{{api_host}}"
20452033
],
20462034
"path": [
20472035
"me",
@@ -2133,12 +2121,9 @@
21332121
"method": "GET",
21342122
"header": [],
21352123
"url": {
2136-
"raw": "https://graph.threads.net/profile_posts?username=threads&fields={{fields_threads}}",
2137-
"protocol": "https",
2124+
"raw": "{{api_host}}/profile_posts?username=threads&fields={{fields_threads}}",
21382125
"host": [
2139-
"graph",
2140-
"threads",
2141-
"net"
2126+
"{{api_host}}"
21422127
],
21432128
"path": [
21442129
"profile_posts"

0 commit comments

Comments
 (0)