From c025cda1d3c4cdfbc6496341ddb543248688fbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Mon, 10 Jul 2023 00:36:15 +0900 Subject: [PATCH] move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/paths/tweet.yaml | 4 ++-- dist/docs/paths/tweet.yaml | 4 ++-- src/openapi/paths/tweet.yaml | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) 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: