HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 09] 오프와 에프
[팀 09] 오프와 에프
/
📝
API 명세서
/
📢
요청/응답 값
📢

요청/응답 값

FE 연결
FE 연결
HTTP verbs
PUT
Path
/api/v1/places/{place_id}/comments/{comment_id}
기능
해당 장소 댓글 수정
담당자
Kid
도메인
완료
완료

PUT /api/v1/places/{place_id}/comments/{comment_id}


요청 값(헤더)


"Authorization": String! ex) "Authorization":"234980234908sdkjhsjfhsda"

요청 값(params)


{ "comment": String }
 

응답 값(200)


{ "id": Long! }
 

응답 값(401)


//토큰 인증 에러 or 댓글에 대한 수정 권한 없음