Skip to content

Commit 066aefa

Browse files
Merge pull request #68 from xdevplatform/main
merging main branch updates
2 parents 2e5c945 + 5bf1fd7 commit 066aefa

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

openapi.json

Lines changed: 11 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.160",
5+
"version" : "2.161",
66
"title" : "X API v2",
77
"termsOfService" : "https://developer.x.com/en/developer-terms/agreement-and-policy.html",
88
"contact" : {
@@ -3623,6 +3623,9 @@
36233623
{
36243624
"$ref" : "#/components/parameters/LikeWithTweetAuthorExpansionsParameter"
36253625
},
3626+
{
3627+
"$ref" : "#/components/parameters/MediaFieldsParameter"
3628+
},
36263629
{
36273630
"$ref" : "#/components/parameters/UserFieldsParameter"
36283631
},
@@ -3734,6 +3737,9 @@
37343737
{
37353738
"$ref" : "#/components/parameters/LikeWithTweetAuthorExpansionsParameter"
37363739
},
3740+
{
3741+
"$ref" : "#/components/parameters/MediaFieldsParameter"
3742+
},
37373743
{
37383744
"$ref" : "#/components/parameters/UserFieldsParameter"
37393745
},
@@ -25052,11 +25058,13 @@
2505225058
"items" : {
2505325059
"type" : "string",
2505425060
"enum" : [
25061+
"attachments.media_keys",
2505525062
"liked_tweet_author_id",
2505625063
"liked_tweet_id"
2505725064
]
2505825065
},
2505925066
"example" : [
25067+
"attachments.media_keys",
2506025068
"liked_tweet_author_id",
2506125069
"liked_tweet_id"
2506225070
]
@@ -25077,6 +25085,7 @@
2507725085
"items" : {
2507825086
"type" : "string",
2507925087
"enum" : [
25088+
"attachments_media_keys",
2508025089
"created_at",
2508125090
"id",
2508225091
"liked_tweet_author_id",
@@ -25085,6 +25094,7 @@
2508525094
]
2508625095
},
2508725096
"example" : [
25097+
"attachments_media_keys",
2508825098
"created_at",
2508925099
"id",
2509025100
"liked_tweet_author_id",

overview.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits
9696
<Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
9797
Programmatically manage ad campaigns, targeting, creatives, and analytics.
9898
</Card>
99-
<Card title="X for Websites" icon="laptop-code" href="/x-for-websites/x-for-websites">
100-
Embed posts, timelines, and follow buttons on your website.
101-
</Card>
10299
</CardGroup>
103100

104101

0 commit comments

Comments
 (0)