3️⃣ Update Place Details by UID

To update the detailed information of all places uploaded to a project, use the following API:

📍 PUT /open-api/v1/place/{id}

Request Header

Key
Value
Description

api-key

{YOUR_API_Key}

Query Parameter

Key
Value
Description

id

Number

The unique ID of the target place

Request Body

{
"categoryId" : 1,
"placeAreaUid" : "B01",
"imageId" : 13,
"trn" : [
{
"language" : "def",
"description" : "description",
"name" : "place name 1"
}
]
}

Response Body

cURL

Last updated