From 8029d8f9ce668531ef08a6cf6d551623529fa2dc Mon Sep 17 00:00:00 2001 From: wonho Date: Thu, 23 Oct 2025 17:27:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EC=9E=A5=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=20API=EC=97=90=EC=84=9C=20=EC=82=AC=EC=97=85?= =?UTF-8?q?=EC=9E=90=EB=93=B1=EB=A1=9D=EB=B2=88=ED=98=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - StoreDetailResponse 스키마에서 businessNumber 필드 제거 - 매장정보 조회 응답 예시에서 businessNumber 제거 - User Service의 모든 API에서 사업자등록번호 사용 중단 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/backend/api/user-service-api.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/design/backend/api/user-service-api.yaml b/design/backend/api/user-service-api.yaml index 4bf6415..e1c486f 100644 --- a/design/backend/api/user-service-api.yaml +++ b/design/backend/api/user-service-api.yaml @@ -521,7 +521,6 @@ paths: industry: 음식점 address: 서울시 강남구 테헤란로 123 businessHours: "월-금 11:00-22:00, 토-일 12:00-21:00" - businessNumber: "1234567890" '401': description: 인증 실패 content: @@ -954,10 +953,6 @@ components: type: string description: 영업시간 example: "월-금 11:00-22:00, 토-일 12:00-21:00" - businessNumber: - type: string - description: 사업자번호 (10자리) - example: "1234567890" ErrorResponse: type: object