forked from baron/baron-sso
구조 통합
This commit is contained in:
@@ -452,6 +452,24 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/MessageResponse"
|
||||
|
||||
/api/v1/user/me/password:
|
||||
post:
|
||||
tags: [User]
|
||||
summary: 비밀번호 변경
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/UserPasswordChangeRequest"
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/MessageResponse"
|
||||
|
||||
/api/v1/user/me/verify-code:
|
||||
post:
|
||||
tags: [User]
|
||||
@@ -1127,6 +1145,14 @@ components:
|
||||
companyCode:
|
||||
type: string
|
||||
|
||||
UserPasswordChangeRequest:
|
||||
type: object
|
||||
properties:
|
||||
currentPassword:
|
||||
type: string
|
||||
newPassword:
|
||||
type: string
|
||||
|
||||
UserProfileSendCodeRequest:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user