1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

update config

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-10 11:49:18 +09:00
parent 55d5e6444d
commit 31a2103cd0
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 48 additions and 49 deletions

View file

@ -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: