Skip to content

Commit

Permalink
✨ 회원가입 API 사용자 전화번호 추가 (#19)
Browse files Browse the repository at this point in the history
* ✨ 회원가입 API 사용자 전화번호 추가

* 🩹 예시 추가
  • Loading branch information
waterfogSW authored Oct 5, 2024
1 parent a65008d commit ffec020
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,18 @@ components:
name:
type: string
description: 사용자 이름
phoneNumber:
type: string
description: 사용자 전화번호
pattern: '^01[0-9]{8,9}$'
example: "01012345678"
profile:
$ref: '#/components/schemas/UserProfile'
desiredPartner:
$ref: '#/components/schemas/UserDesiredPartner'
required:
- name
- phoneNumber
- profile
- desiredPartner

Expand Down

0 comments on commit ffec020

Please sign in to comment.