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}
PUT /open-api/v1/place/{id}Request Header
Key
Value
Description
Query 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