You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/openapi.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17393,7 +17393,8 @@ components:
17393
17393
- verified
17394
17394
type: string
17395
17395
threadItems:
17396
-
description: Sequence of tweets in a thread. First item is the root tweet.
17396
+
description: |
17397
+
Complete sequence of tweets in a thread. The first item becomes the root tweet, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first tweet as threadItems[0].
description: Sequence of posts in a Threads thread (root then replies in
17425
-
order).
17425
+
description: |
17426
+
Complete sequence of posts in a Threads thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0].
Bluesky post settings. Supports text posts with up to 4 images or a single video. threadItems creates a reply chain (Bluesky thread). Images exceeding 1MB are automatically compressed. Alt text supported via mediaItem properties.
17772
17773
properties:
17773
17774
threadItems:
17774
-
description: Sequence of posts in a Bluesky thread (root then replies in
17775
-
order).
17775
+
description: |
17776
+
Complete sequence of posts in a Bluesky thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0].
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Sequence of posts in a Bluesky thread (root then replies in order).|[optional]|
11
+
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Complete sequence of posts in a Bluesky thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0]. |[optional]|
|**topicTag**|**String**| Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided. |[optional]|
12
-
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Sequence of posts in a Threads thread (root then replies in order).|[optional]|
12
+
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Complete sequence of posts in a Threads thread. The first item becomes the root post, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first post as threadItems[0]. |[optional]|
|**replyToTweetId**|**String**| ID of an existing tweet to reply to. The published tweet will appear as a reply in that tweet's thread. For threads, only the first tweet replies to the target; subsequent tweets chain normally. |[optional]|
11
11
|**replySettings**|[**ReplySettingsEnum**](#ReplySettingsEnum)| Controls who can reply to the tweet. \"following\" allows only people you follow, \"mentionedUsers\" allows only mentioned users, \"subscribers\" allows only subscribers, \"verified\" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId. |[optional]|
12
-
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Sequence of tweets in a thread. First item is the root tweet.|[optional]|
12
+
|**threadItems**|[**List<TwitterPlatformDataThreadItemsInner>**](TwitterPlatformDataThreadItemsInner.md)|Complete sequence of tweets in a thread. The first item becomes the root tweet, subsequent items are chained as replies. When threadItems is provided, the top-level content field is used only for display and search purposes, it is NOT published. You must include your first tweet as threadItems[0]. |[optional]|
|**longVideo**|**Boolean**| Enable long video uploads (over 140 seconds) using amplify_video media category. Requires the connected X account to have an active X Premium subscription. When true, videos are uploaded with the amplify_video category which supports longer durations (up to 10 minutes via API). When false or omitted, the standard tweet_video category is used (140 second limit). Note that not all Premium accounts have API long-video access, as X may require separate allowlisting. |[optional]|
Copy file name to clipboardExpand all lines: openapi.yaml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1627,7 +1627,11 @@ components:
1627
1627
description: Controls who can reply to the tweet. "following" allows only people you follow, "mentionedUsers" allows only mentioned users, "subscribers" allows only subscribers, "verified" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId.
1628
1628
threadItems:
1629
1629
type: array
1630
-
description: Sequence of tweets in a thread. First item is the root tweet.
1630
+
description: >
1631
+
Complete sequence of tweets in a thread. The first item becomes the root tweet,
1632
+
subsequent items are chained as replies. When threadItems is provided, the top-level
1633
+
content field is used only for display and search purposes, it is NOT published.
1634
+
You must include your first tweet as threadItems[0].
1631
1635
items:
1632
1636
type: object
1633
1637
properties:
@@ -1671,7 +1675,11 @@ components:
1671
1675
description: Topic tag for post categorization and discoverability on Threads. Must be 1-50 characters, cannot contain periods (.) or ampersands (&). Overrides auto-extraction from content hashtags when provided.
1672
1676
threadItems:
1673
1677
type: array
1674
-
description: Sequence of posts in a Threads thread (root then replies in order).
1678
+
description: >
1679
+
Complete sequence of posts in a Threads thread. The first item becomes the root post,
1680
+
subsequent items are chained as replies. When threadItems is provided, the top-level
1681
+
content field is used only for display and search purposes, it is NOT published.
1682
+
You must include your first post as threadItems[0].
1675
1683
items:
1676
1684
type: object
1677
1685
properties:
@@ -1992,7 +2000,11 @@ components:
1992
2000
properties:
1993
2001
threadItems:
1994
2002
type: array
1995
-
description: Sequence of posts in a Bluesky thread (root then replies in order).
2003
+
description: >
2004
+
Complete sequence of posts in a Bluesky thread. The first item becomes the root post,
2005
+
subsequent items are chained as replies. When threadItems is provided, the top-level
2006
+
content field is used only for display and search purposes, it is NOT published.
2007
+
You must include your first post as threadItems[0].
0 commit comments