update_room
Modify room settings in Webex, including title, visibility, permissions, and description, using its unique identifier to streamline collaboration updates.
Instructions
Update a room in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
classificationId | No | The classification ID of the room. | |
description | No | The description of the room. | |
isAnnouncementOnly | No | Indicates if the room is announcement only. | |
isLocked | No | Indicates if the room is locked. | |
isPublic | No | Indicates if the room is public. | |
isReadOnly | No | Indicates if the room is read-only. | |
roomId | Yes | The unique identifier for the room. | |
teamId | No | The team ID associated with the room. | |
title | No | The title of the room. |