mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
fix typo
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
36554cc1a9
commit
2d0a071c0b
1 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ components:
|
||||||
required:
|
required:
|
||||||
- "create_tweet"
|
- "create_tweet"
|
||||||
properties:
|
properties:
|
||||||
create_retweet:
|
create_tweet:
|
||||||
$ref: "#/components/schemas/CreateTweetResponseResult"
|
$ref: "#/components/schemas/CreateTweetResponseResult"
|
||||||
|
|
||||||
CreateTweetResponseResult:
|
CreateTweetResponseResult:
|
||||||
|
|
@ -190,4 +190,4 @@ components:
|
||||||
- "tweet_results"
|
- "tweet_results"
|
||||||
properties:
|
properties:
|
||||||
tweet_results:
|
tweet_results:
|
||||||
$ref: "./../schemas/post.yaml#/components/schemas/DeleteTweet"
|
type: object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue