File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 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" : {
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 },
2263122644 "scopes",
2263222645 "source",
2263322646 "suggested_source_links",
22647+ "suggested_source_links_with_counts",
2263422648 "text",
2263522649 "withheld"
2263622650 ]
2266422678 "scopes",
2266522679 "source",
2266622680 "suggested_source_links",
22681+ "suggested_source_links_with_counts",
2266722682 "text",
2266822683 "withheld"
2266922684 ]
You can’t perform that action at this time.
0 commit comments