Change the assigned parent location
PUT
/rooms/locations/{locationId}/location
Rooms Location
For instance, if the location hierarchy is structured in a way where there are two campuses (Campus 1, and Campus 2) in a City and Campus 1 consists of a building named Building 1 with a floor where Zoom Rooms are located, and you would like to rearrange the structure so that Building 1 along with its child locations (floor and Zoom Rooms) are relocated directly under Campus 2 instead of Campus 1, you must provide the location ID of Building 1 in the path parameter of this request and the location ID of Campus 2 as the value of
parent_location_id
in the request body.Prerequisite:
Scopes:
room:write:admin
Rate Limit Label:
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://api.zoom.us/v2/rooms/locations//location'
响应示例响应示例
204 - 示例 1
null
请求参数
Path 参数
locationId
string
必需
Body 参数multipart/form-data
parent_location_id
string
可选
返回响应
修改于 2024-04-24 09:06:48