mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
update config
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
55d5e6444d
commit
31a2103cd0
3 changed files with 48 additions and 49 deletions
|
|
@ -146,9 +146,7 @@ components:
|
|||
- "result"
|
||||
properties:
|
||||
result:
|
||||
type: object
|
||||
items:
|
||||
$ref: "#/components/schemas/Retweet"
|
||||
$ref: "#/components/schemas/Retweet"
|
||||
|
||||
Retweet:
|
||||
required:
|
||||
|
|
@ -157,12 +155,14 @@ components:
|
|||
properties:
|
||||
rest_id:
|
||||
type: string
|
||||
pattern: "^[0-9]+$"
|
||||
legacy:
|
||||
type: object
|
||||
items:
|
||||
properties:
|
||||
full_text:
|
||||
type: string
|
||||
required:
|
||||
- "full_text"
|
||||
properties:
|
||||
full_text:
|
||||
type: string
|
||||
|
||||
DeleteRetweetResponse:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue