1
Fork 0
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:
ふぁ 2025-03-12 02:53:07 +09:00
parent 5896953dda
commit 908530c39f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 338 additions and 13 deletions

View file

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