From 5ccca0525f78ae631dc1093310bd061ab943772d Mon Sep 17 00:00:00 2001 From: San Kim Date: Wed, 23 Oct 2024 21:49:28 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=ED=8C=8C=ED=8A=B8=EB=84=88=20?= =?UTF-8?q?=EB=85=84=EC=83=9D=20required=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index a11445e..d6dc70d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -635,6 +635,7 @@ components: required: - jobOccupations - preferDistance + - birthYearRange BirthYearRange: type: object @@ -647,9 +648,6 @@ components: type: integer description: 원하는 파트너의 최대 년생 example: 2000 - required: - - start - - end RefreshTokenRequest: type: object