This action will update the description of the space you select.
- API endpoint slug
- google_chat.update_space_description
- Filter code method
- GoogleChat.updateSpaceDescription.skip(string?: reason)
- Runtime method
- runAction("google_chat.update_space_description", {})
Action fields
- Label
- Which space?
- Slug
- space
- Required
- true
- Can have default value
- false
- Label
- New description
- Slug
- space_description
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleChat.updateSpaceDescription.setSpaceDescription(string: spaceDescription)