Update a Place
PUT {{WEBEXAPI}}/places/{{_place}}
Updates details for a place, by ID. Specify the place ID in the placeId parameter in the URI.
https://developer.webex.com/docs/api/v1/places/update-a-place
Request Body
{"displayName"=>"home", "type"=>"room_device"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |