mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
fix
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
01eee8484d
commit
36554cc1a9
3 changed files with 62 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ components:
|
|||
type: string
|
||||
|
||||
# ---Retweet---
|
||||
|
||||
|
||||
CreateRetweet:
|
||||
required:
|
||||
- "result"
|
||||
|
|
@ -30,7 +30,7 @@ components:
|
|||
type: object
|
||||
items:
|
||||
$ref: "#/components/schemas/Retweet"
|
||||
|
||||
|
||||
DeleteRetweet:
|
||||
required:
|
||||
- "result"
|
||||
|
|
@ -53,7 +53,7 @@ components:
|
|||
properties:
|
||||
full_text:
|
||||
type: string
|
||||
|
||||
|
||||
# ---Tweet---
|
||||
|
||||
CreateTweet:
|
||||
|
|
@ -64,8 +64,8 @@ components:
|
|||
type: object
|
||||
items:
|
||||
$ref: "./tweet.yaml#/components/schemas/Tweet"
|
||||
|
||||
|
||||
DeleteTweet:
|
||||
properties:
|
||||
type: object
|
||||
nullable: true
|
||||
result:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue