External DocumentationTo learn more, visit the Cisco Webex documentation.
Actions
Update Room
Updates details for a room, by the room ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | The description of the room. |
| Is Locked | Set the room as locked and the creator becomes a moderator. |
| Is Public | If set to True the room is public and therefore discoverable within the org. Anyone can find and join that room. When True the description must be filled in. |
| Room ID | The ID of the room to update. Can be retrieved from the List Rooms action. |
| Team ID | The ID for the team with which this room is associated. Can be retrieved from the List Teams action. Only unowned rooms can be assigned to a team. Assignment between teams is unsupported. |
| Title | A user-friendly name for the room. |
{
"id": "<string>",
"title": "<string>",
"type": "<string>",
"isLocked": false,
"lastActivity": "2015-07-16T23:47:19.836Z",
"creatorId": "<string>",
"created": "2019-09-10T11:44:02.089Z",
"ownerId": "<string>",
"description": "<string>",
"isPublic": false,
"isReadOnly": false
}
Was this page helpful?