From 3bc810d781a6ef2feb26f1644a1f9d69bba16b10 Mon Sep 17 00:00:00 2001 From: San Kim Date: Wed, 9 Oct 2024 23:18:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20path=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index c5f67e6..874c44c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -190,7 +190,7 @@ paths: operationId: getLocationRegions responses: '200': - description: 지역 검색 결과 + description: 시, 도 단위 지역 목록 조회 응답 content: application/json: schema: @@ -198,13 +198,13 @@ paths: '500': $ref: '#/components/responses/InternalServerError' - /locations/regions/{regionName}/subRegions: + /locations/{regionName}: get: - summary: 지역 하위 구역 조회 - description: 시, 도 단위의 주요 지역내 하위 구역 목록을 조회합니다. + summary: 지역 목록 조회 + description: 시, 도 단위의 주요 지역을 기반으로 지역을 조회합니다. tags: - locations - operationId: getSubRegions + operationId: getLocationsByRegion parameters: - in: path name: regionName