Skip to content

Commit

Permalink
✨ 회원가입 API 사용자 전화번호 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 5, 2024
1 parent a65008d commit 963b305
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,17 @@ components:
name:
type: string
description: 사용자 이름
phoneNumber:
type: string
description: 사용자 전화번호
pattern: '^01[0-9]{8,9}$'
profile:
$ref: '#/components/schemas/UserProfile'
desiredPartner:
$ref: '#/components/schemas/UserDesiredPartner'
required:
- name
- phoneNumber
- profile
- desiredPartner

Expand Down

0 comments on commit 963b305

Please sign in to comment.