update_webex_room
Update an existing Webex room's settings like title, description, lock, moderation, public visibility, and announcement-only mode.
Instructions
Update an existing Webex room.
Args: room_id: Room ID to update (required) title: New title for the room (optional) classification_id: New classification for the room (optional) is_locked: Whether the room should be locked (optional; same property as is_moderated) is_moderated: Whether the room should be moderated (optional; same property as is_locked) is_public: Whether the room should be public (optional) is_announcement_only: Whether only moderators can post (optional) description: New description for the room (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| room_id | Yes | ||
| is_locked | No | ||
| is_public | No | ||
| description | No | ||
| is_moderated | No | ||
| classification_id | No | ||
| is_announcement_only | No |