update_webex_space
Update an existing Webex space by changing its title, classification, or moderation settings, and optionally its description.
Instructions
Update an existing Webex space. Note: This is an alias for update_webex_room — "room" and "space" are synonymous in Webex.
Args: space_id: Space ID to update (required) title: New title for the space (optional) classification_id: New classification for the space (optional) is_locked: Whether the space should be locked (optional; same property as is_moderated) is_moderated: Whether the space should be moderated (optional; same property as is_locked) is_public: Whether the space should be public (optional) is_announcement_only: Whether only moderators can post (optional) description: New description for the space (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| space_id | Yes | ||
| is_locked | No | ||
| is_public | No | ||
| description | No | ||
| is_moderated | No | ||
| classification_id | No | ||
| is_announcement_only | No |