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-07-10 00:36:15 +09:00
parent aac526e3d9
commit c025cda1d3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 6 additions and 7 deletions

View file

@ -124,7 +124,7 @@ paths:
schema: schema:
type: string type: string
tags: tags:
- tweet - user-list
/graphql/{pathQueryId}/Retweeters: /graphql/{pathQueryId}/Retweeters:
get: get:
description: get tweet retweeters description: get tweet retweeters
@ -208,7 +208,7 @@ paths:
schema: schema:
type: string type: string
tags: tags:
- tweet - user-list
/graphql/{pathQueryId}/TweetDetail: /graphql/{pathQueryId}/TweetDetail:
get: get:
description: get TweetDetail description: get TweetDetail

View file

@ -219,7 +219,7 @@ paths:
schema: schema:
type: string type: string
tags: tags:
- tweet - user-list
/graphql/{pathQueryId}/Retweeters: /graphql/{pathQueryId}/Retweeters:
get: get:
description: get tweet retweeters description: get tweet retweeters
@ -398,7 +398,7 @@ paths:
schema: schema:
type: string type: string
tags: tags:
- tweet - user-list
/graphql/{pathQueryId}/TweetDetail: /graphql/{pathQueryId}/TweetDetail:
get: get:
description: get TweetDetail description: get TweetDetail

View file

@ -30,8 +30,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/TweetFavoritersResponse" $ref: "#/components/schemas/TweetFavoritersResponse"
tags: tags:
- "tweet" - "user-list"
/graphql/{pathQueryId}/Retweeters: /graphql/{pathQueryId}/Retweeters:
get: get:
@ -45,7 +44,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/TweetRetweetersResponse" $ref: "#/components/schemas/TweetRetweetersResponse"
tags: tags:
- "tweet" - "user-list"
components: components:
schemas: schemas: