mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
8594830875
commit
01eee8484d
7 changed files with 1330 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue