TangSquad / back-end

0 stars 0 forks source link

[REQUEST] Auth/additional #36

Closed JHyeon0915 closed 1 month ago

JHyeon0915 commented 2 months ago

요청 사항

기존 데이터 형식

{
  "nickname": "string",
  "organizationId": 0,
  "levelId": 0,
  "certificateImage": "string"
}

요청 반영 후 예시

{
  "nickname": "string",
  "profileImage": "string",
  "organizationId": 0,
  "levelId": 0,
  "certificateImage": "string"
}
seokkkkkk commented 2 months ago

37

요청 사항 반영하여 PR 올렸습니다!