Skip to content

Commit 646a7cb

Browse files
committed
Update documentation with latest OpenAPI spec
1 parent 4be0c2e commit 646a7cb

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

openapi.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi" : "3.0.0",
33
"info" : {
44
"description" : "X API v2 available endpoints",
5-
"version" : "2.155",
5+
"version" : "2.156",
66
"title" : "X API v2",
77
"termsOfService" : "https://developer.x.com/en/developer-terms/agreement-and-policy.html",
88
"contact" : {
@@ -19454,6 +19454,19 @@
1945419454
"$ref" : "#/components/schemas/UrlEntity"
1945519455
}
1945619456
},
19457+
"suggested_source_links_with_counts" : {
19458+
"type" : "object",
19459+
"description" : "Suggested source links and the number of requests that included each link.",
19460+
"properties" : {
19461+
"count" : {
19462+
"type" : "integer",
19463+
"description" : "Number of note requests that included the source link."
19464+
},
19465+
"url" : {
19466+
"$ref" : "#/components/schemas/UrlEntity"
19467+
}
19468+
}
19469+
},
1945719470
"text" : {
1945819471
"$ref" : "#/components/schemas/TweetText"
1945919472
},
@@ -22631,6 +22644,7 @@
2263122644
"scopes",
2263222645
"source",
2263322646
"suggested_source_links",
22647+
"suggested_source_links_with_counts",
2263422648
"text",
2263522649
"withheld"
2263622650
]
@@ -22664,6 +22678,7 @@
2266422678
"scopes",
2266522679
"source",
2266622680
"suggested_source_links",
22681+
"suggested_source_links_with_counts",
2266722682
"text",
2266822683
"withheld"
2266922684
]

0 commit comments

Comments
 (0)