mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add quoted_status_result
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
48e7b33775
commit
571e175941
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ components:
|
||||||
- "is_translatable"
|
- "is_translatable"
|
||||||
- "legacy"
|
- "legacy"
|
||||||
- "views"
|
- "views"
|
||||||
|
- "quoted_status_result"
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
|
|
@ -83,6 +84,8 @@ components:
|
||||||
pattern: "^[0-9]+$"
|
pattern: "^[0-9]+$"
|
||||||
state:
|
state:
|
||||||
type: string # enum
|
type: string # enum
|
||||||
|
quoted_status_result:
|
||||||
|
$ref: "./content.yaml#/components/schemas/ItemResult"
|
||||||
|
|
||||||
TweetLegacy:
|
TweetLegacy:
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue