1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-12 08:00:27 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-26 20:22:49 +09:00
parent 8594830875
commit 01eee8484d
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
7 changed files with 1330 additions and 4 deletions

View file

@ -17,7 +17,7 @@ paths:
$ref: "#/components/schemas/FavoriteTweetResponseData"
tags:
- "Post"
/{{UnfavoriteTweetQuery}}/UnfavoriteTweet:
post:
operationId: unfavoriteTweet
@ -147,7 +147,7 @@ components:
properties:
retweet_results:
$ref: "./../schemas/post.yaml#/components/schemas/DeleteRetweet"
# ---Tweet---
CreateTweetResponse:
@ -170,7 +170,7 @@ components:
properties:
tweet_results:
$ref: "./../schemas/post.yaml#/components/schemas/CreateTweet"
DeleteTweetResponse:
required:
- "data"
@ -190,4 +190,4 @@ components:
- "tweet_results"
properties:
tweet_results:
$ref: "./../schemas/post.yaml#/components/schemas/DeleteTweet"
$ref: "./../schemas/post.yaml#/components/schemas/DeleteTweet"