mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
redo TweetResultByRestId
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
5896953dda
commit
908530c39f
3 changed files with 338 additions and 13 deletions
|
|
@ -18,19 +18,19 @@ paths:
|
|||
tags:
|
||||
- "tweet"
|
||||
|
||||
# /graphql/{pathQueryId}/TweetResultByRestId:
|
||||
# get:
|
||||
# operationId: getTweetResultByRestId
|
||||
# description: get TweetResultByRestId
|
||||
# responses:
|
||||
# "200":
|
||||
# description: Successful operation
|
||||
# content:
|
||||
# application/json:
|
||||
# schema:
|
||||
# $ref: "#/components/schemas/TweetResultByRestIdResponse"
|
||||
# # tags:
|
||||
# # - "tweet"
|
||||
/graphql/{pathQueryId}/TweetResultByRestId:
|
||||
get:
|
||||
operationId: getTweetResultByRestId
|
||||
description: get TweetResultByRestId
|
||||
responses:
|
||||
"200":
|
||||
description: Successful operation
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/TweetResultByRestIdResponse"
|
||||
# tags:
|
||||
# - "tweet"
|
||||
|
||||
/graphql/{pathQueryId}/Favoriters:
|
||||
get:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue