1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-27 19:29:02 +09:00
parent 36554cc1a9
commit 2d0a071c0b
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

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