diff --git a/dist/compatible/paths/tweet.yaml b/dist/compatible/paths/tweet.yaml index 31a6e75..c310eb0 100644 --- a/dist/compatible/paths/tweet.yaml +++ b/dist/compatible/paths/tweet.yaml @@ -124,7 +124,7 @@ paths: schema: type: string tags: - - tweet + - user-list /graphql/{pathQueryId}/Retweeters: get: description: get tweet retweeters @@ -208,7 +208,7 @@ paths: schema: type: string tags: - - tweet + - user-list /graphql/{pathQueryId}/TweetDetail: get: description: get TweetDetail diff --git a/dist/docs/paths/tweet.yaml b/dist/docs/paths/tweet.yaml index 04f11d9..51a0214 100644 --- a/dist/docs/paths/tweet.yaml +++ b/dist/docs/paths/tweet.yaml @@ -219,7 +219,7 @@ paths: schema: type: string tags: - - tweet + - user-list /graphql/{pathQueryId}/Retweeters: get: description: get tweet retweeters @@ -398,7 +398,7 @@ paths: schema: type: string tags: - - tweet + - user-list /graphql/{pathQueryId}/TweetDetail: get: description: get TweetDetail diff --git a/src/openapi/paths/tweet.yaml b/src/openapi/paths/tweet.yaml index 4a54fd7..658a499 100644 --- a/src/openapi/paths/tweet.yaml +++ b/src/openapi/paths/tweet.yaml @@ -30,8 +30,7 @@ paths: schema: $ref: "#/components/schemas/TweetFavoritersResponse" tags: - - "tweet" - + - "user-list" /graphql/{pathQueryId}/Retweeters: get: @@ -45,7 +44,7 @@ paths: schema: $ref: "#/components/schemas/TweetRetweetersResponse" tags: - - "tweet" + - "user-list" components: schemas: