릴리즈 변경사항
*변경*
변동사항 없음
JSON
복사
Request
URL
https://spring.bview.store/coordinate/{coordinateId}/guestbook
Search
Search
JSON
복사
Response Body
성공시 (status:200)
{
"guestBook":{
"placeImg": string
"myComment":? {
"id": number,
"comment": string,
"isLike": boolean,
"nickname": String
},
"latitude": number,
"longitude": number,
"comments":[
{
"id": number,
"comment": string "iOS 화이팅!!",
"isLike": boolean,
"nickname": String
}
],
"description": "연남동 카페 늘보" string?
}
}
JSON
복사
실패시 (status:500) 서버 내부 오류
{
"message": "서버 오류"
}
JSON
복사