게시물 상세 조회

GET /api/posts/{postId}

Headers

Name
Value

Content-Type

application/json

Parameters

Name
Type
Description

postId

Long

게시물 Id

Response

{
  "hostName": "string",
  "photoInfoList": [
    {
      "originalUrl": "string",
      "detectedUrl": "string",
      "roomType": "string",
      "amenityTypes": [
        "string"
      ]
    }
  ],
  "location": "string",
  "unavailableDates": [
    "2024-03-30T12:28:15.146Z"
  ],
  "pricePerNight": 0,
  "maximumOccupancy": 0,
  "caption": "string"
}

Last updated