From 5b65f7658cef13d9d55a2694fc96f98e81d2ba18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sat, 22 Apr 2023 03:12:22 +0900 Subject: [PATCH] rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/paths/follow.yaml | 2 +- src/openapi/paths/follow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/paths/follow.yaml b/dist/paths/follow.yaml index 186c146..00b396f 100644 --- a/dist/paths/follow.yaml +++ b/dist/paths/follow.yaml @@ -155,7 +155,7 @@ paths: /djdTXDIk2qhd4OStqlUFeQ/Followers: get: description: get user list of followers - operationId: Followers + operationId: getFollowers parameters: - in: query name: variables diff --git a/src/openapi/paths/follow.yaml b/src/openapi/paths/follow.yaml index d0d758f..54ae9d6 100644 --- a/src/openapi/paths/follow.yaml +++ b/src/openapi/paths/follow.yaml @@ -20,7 +20,7 @@ paths: /{{FollowersQuery}}/Followers: get: - operationId: Followers + operationId: getFollowers description: get user list of followers responses: "200":