1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-09 18:30:08 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-12-09 22:30:13 +09:00
parent c55f94d6f2
commit 1f677c1d3f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 544 additions and 148 deletions

View file

@ -201,6 +201,8 @@ components:
$ref: "#/components/schemas/Article"
community_results:
$ref: "#/components/schemas/Community"
trend_results:
$ref: "#/components/schemas/TrendResults"
TweetEditControl:
properties:
@ -1537,3 +1539,11 @@ components:
properties:
media_key:
type: string
TrendResults:
required:
- "rest_id"
properties:
rest_id:
type: string
pattern: "^[0-9]+$"