From 94ca92f360c57f7624163af5a905cfdbe9ef24fa Mon Sep 17 00:00:00 2001 From: pirosiki197 Date: Sun, 19 Jan 2025 18:12:13 +0900 Subject: [PATCH] =?UTF-8?q?openapi=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/openapi.yml b/openapi/openapi.yml index 6c93e4d..9d66af7 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -109,8 +109,8 @@ paths: /users: get: tags: ["users"] - summary: "部員一覧取得" - description: "凍結されていない部員一覧を取得します" + summary: "ユーザー一覧取得" + description: "ユーザー一覧を取得します" operationId: "getUsers" security: - UserAuth: []