File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export interface GetProfileResponse extends ProfileBase, User {
2323/*
2424PATCH: ๋ง์ดํ์ด์ง ํ๋กํ ์ ์ฅ
2525*/
26- export type ProfileUpdateRequest = MultipartFormData < ProfileBase >
26+ export type UpdateProfileRequest = MultipartFormData < ProfileBase >
2727
28- export interface ProfileUpdateResponse extends ProfileBase {
28+ export interface UpdateProfileResponse extends ProfileBase {
2929 completionRate ?: number // ํฌํธํด๋ฆฌ์ค ์์ฑ๋ฅ (%)
3030}
3131
@@ -40,7 +40,7 @@ export interface CheckNicknameRequest {
4040export type CheckNicknameResponse = boolean
4141
4242/*
43- PasswordUpdateResponse
43+ UpdatePasswordResponse
4444{
4545 "isSuccess": true,
4646 "code": "COMMON200",
@@ -52,12 +52,12 @@ PasswordUpdateResponse
5252path: '/v1/my-page/password'
5353PATCH: ๋ง์ด ํ์ด์ง ๋น๋ฐ๋ฒํธ ์์
5454*/
55- export interface PasswordUpdateRequest {
55+ export interface UpdatePasswordRequest {
5656 password : Password // ์ ๋น๋ฐ๋ฒํธ
5757}
5858
5959/*
60- PasswordUpdateResponse
60+ UpdatePasswordResponse
6161{
6262 "isSuccess": true,
6363 "code": "COMMON200",
You canโt perform that action at this time.
0 commit comments