view postInfo

retrieve information of the post

GET /boards/{boardId}/posts/{postId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "postId": 1,
    "writerId": 1,
    "anonymity": true,
    "content": "글입니다.",
    "createdAt": 2023-07-26 01:06:55.323,
    "updatedAt": 2023-07-26 01:06:55.323
}

피드백 받은 내용

  • writer - nickname 대신 id로 변경

Last updated