Glowb Dev Docs
Legacy APIMCN API

PATCH /mcn/myPage

MCN 계정 정보 수정

MCN 계정 정보 수정

MCN 계정 정보를 수정합니다.

Deprecated: 이 API는 레거시입니다.

HTTP 요청

PATCH /mcn/myPage
Content-Type: multipart/form-data

Request Parts

파트타입필수설명
dataMcnMyPageDto수정할 계정 정보
filefile아니오새 프로필 이미지

Request Body (data)

{
  "name": "MCN Company Updated",
  "email": "new-email@example.com",
  "phone": "010-9876-5432"
}

응답

성공 응답 (200 OK)

성공 메시지

에러 응답 (500 Internal Server Error)

Update failed : {error_message}

API 테스트

On this page