3️⃣ Place UID별 Details 수정
한 프로젝트에 업로드 된 모든 플레이스의 상세 정보를 업데이트하기 위해 다음과 같은 API를 사용합니다.
📍 PUT /open-api/v1/place/{id}
PUT /open-api/v1/place/{id}Request Header
Key
Value
Description
Path Parameter
Key
Value
Description
Request Body
{
"categoryId" : 1,
"placeAreaUid" : "B01",
"imageId" : 13,
"trn" : [
{
"language" : "def",
"description" : "description",
"name" : "place name 1"
}
]
}Response Body
cURL
Last updated