Skip to content

Commit

Permalink
🩹 path μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 9, 2024
1 parent 1d4ee05 commit 3bc810d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,21 @@ paths:
operationId: getLocationRegions
responses:
'200':
description: 지역 검색 κ²°κ³Ό
description: μ‹œ, 도 λ‹¨μœ„ 지역 λͺ©λ‘ 쑰회 응닡
content:
application/json:
schema:
$ref: '#/components/schemas/GetLocationRegionsResponse'
'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
Expand Down

0 comments on commit 3bc810d

Please sign in to comment.