view Board info
retrieve selected board info
GET
/boards/{boardId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"boardId": 1,
"boardName": "벗들의 벼룩",
"description": "벗들의 중고거래 모임",
"announcement": "사진을 꼭 올려야합니다~",
"masterId": "1"
}
// 'createdDate'와 'updatedDate'는 서버에서 자동으로 관리되며 요청에 포함되지 않습니다.
피드백 받은 내용
여기도 200 Response에 master_id가 있으면 좋을 것 같아요
Last updated