일지 수정

Endpoints

POST /board/{boardId}

QueryString

Search
Parameters
이름
명세
타입

Request Body Field

Search
이름
명세
타입
고유 ID
number
일지
string
용지 타입
string
해시태그
list
카테고리
string
{ "content" : "first diary...", "respectBoardId" : null, "category": "23내가 다른 사람에게 받았어요", "hashtags": ["칭찬"], "paperType": "letter" }
Plain Text
복사

Response Body Field

Search
이름
명세
타입
고유 ID
number
일지 내용
string
참조게시글 고유id
number
작성자 고유 ID
number
카테고리
string
영향받은 횟수
number
해시태그
list
{ "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
복사