Edit email

edit account email

PATCH /members/{memberId}/email

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Request-Body

Name
Type
Description

email

string

new email of the user

Response

{
  "memberId": 1,
  "studentNumber": 1989001,
  "school": "ewha womans university",
  "nickname": "fubi",
  "email": "newfubiemail@gmail.com",
  "password": "1234",
  "signupDate": 2023-07-26 01:06:55.323,
  "updatedDate": 2023-07-26 01:06:55:323,
}

피드백 받은 내용

  • 이메일 형식 오류, 이메일 중복 오류 등을 추가하면 좋을 것 같아요

Last updated