mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
move
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
aac526e3d9
commit
c025cda1d3
3 changed files with 6 additions and 7 deletions
4
dist/compatible/paths/tweet.yaml
vendored
4
dist/compatible/paths/tweet.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
4
dist/docs/paths/tweet.yaml
vendored
4
dist/docs/paths/tweet.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue