Update a Team room
PUT {{WEBEXAPI}}/rooms/{{_room}}
Updates details for a room, by ID.
Specify the room ID in the roomId parameter in the URI.
https://developer.webex.com/endpoint-rooms-roomId-put.html
Request Body
{"title"=>"Cisco Live - Let's meet in the DevNet Zone", "isLocked"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |