Endpoints
POST /board/{boardId}
QueryString
Search
Request Body Field
Search
{
"content" : "first diary...",
"respectBoardId" : null,
"category": "23내가 다른 사람에게 받았어요",
"hashtags": ["칭찬"],
"paperType": "letter"
}
Plain Text
복사
Response Body Field
Search
{
"status": 200,
"data": {
"boardId": 1,
"content": "first diary...",
"respectBoardId": null,
"authorId": 1,
"category": "23내가 다른 사람에게 받았어요",
"hearts": 0,
"papaerType": "letter",
"hashtags": [
"칭찬"
]
},
"timestamp": "2024-04-06T19:38:28.507227"
}
JSON
복사