mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-09 18:30:08 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c55f94d6f2
commit
1f677c1d3f
5 changed files with 544 additions and 148 deletions
|
|
@ -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]+$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue