diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 8b1378917..000000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/openapi.json b/openapi.json
index 9c3472adf..8c2298f32 100644
--- a/openapi.json
+++ b/openapi.json
@@ -2,7 +2,7 @@
"openapi" : "3.0.0",
"info" : {
"description" : "X API v2 available endpoints",
- "version" : "2.160",
+ "version" : "2.161",
"title" : "X API v2",
"termsOfService" : "https://developer.x.com/en/developer-terms/agreement-and-policy.html",
"contact" : {
@@ -3623,6 +3623,9 @@
{
"$ref" : "#/components/parameters/LikeWithTweetAuthorExpansionsParameter"
},
+ {
+ "$ref" : "#/components/parameters/MediaFieldsParameter"
+ },
{
"$ref" : "#/components/parameters/UserFieldsParameter"
},
@@ -3734,6 +3737,9 @@
{
"$ref" : "#/components/parameters/LikeWithTweetAuthorExpansionsParameter"
},
+ {
+ "$ref" : "#/components/parameters/MediaFieldsParameter"
+ },
{
"$ref" : "#/components/parameters/UserFieldsParameter"
},
@@ -25052,11 +25058,13 @@
"items" : {
"type" : "string",
"enum" : [
+ "attachments.media_keys",
"liked_tweet_author_id",
"liked_tweet_id"
]
},
"example" : [
+ "attachments.media_keys",
"liked_tweet_author_id",
"liked_tweet_id"
]
@@ -25077,6 +25085,7 @@
"items" : {
"type" : "string",
"enum" : [
+ "attachments_media_keys",
"created_at",
"id",
"liked_tweet_author_id",
@@ -25085,6 +25094,7 @@
]
},
"example" : [
+ "attachments_media_keys",
"created_at",
"id",
"liked_tweet_author_id",
diff --git a/overview.mdx b/overview.mdx
index 7bedd9935..949bdeec3 100644
--- a/overview.mdx
+++ b/overview.mdx
@@ -96,9 +96,6 @@ Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits
Programmatically manage ad campaigns, targeting, creatives, and analytics.
-
- Embed posts, timelines, and follow buttons on your website.
-