일지 등록

Endpoints

POST /board

QueryString

Search
Parameters
이름
명세
타입

Request Body Field

Search
이름
명세
타입
Text
일지 내용
string
참조한 게시물
int
없다면 null
카테고리
string
내가 다른 사람에게 주었어요 내가 다른 사람에게 받았어요 내가 보았어요…? 중 택 1
해시테크
list
용지 타입
string
ex. letter

Response Body Field

Search
이름
명세
타입
고유 ID
number
일지 내용
string
작성자 고유 ID
number
카테고리
string
영향 받은 수
number
참조 게시물 고유 ID
number
해시태그
string
용지 타입
string
{ "status": 200, "data": { "boardId": 12, "content": "first diary...", "respectBoardId": null, "authorId": 1, "category": "내가 다른 사람에게 받았어요", "hearts": 0, "papaerType": "letter", "hashtags": [ "양보", "칭찬" ] }, "timestamp": "2024-04-06T19:37:03.340801" }
JSON
복사