HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
👼
[팀2] 극락이들
/
🌱
백엔드
/
🌨️
REST API 설계
/
🚡
앨범 수정
🚡

앨범 수정

Description
Mapping 오류 이상 없음
URI
/api/v1/albums/{albumId}
완료
완료
Mapping 오류
이상 무
Domain
Album
Method
PUT
담당자
 

Request

  • header
    • Content-type : application/json
    • Authorization : Bearer token
  • body
{ "familyMotto": "string", "thumbnail": "string", "title": "string" }

Response

{ "data": { "familyMotto": "string", "id": 0, "thumbnail": "string", "title": "string" }, "message": "string", "serverDateTime": "2021-12-19T14:23:50.336Z" }