Update a session
In the event you need to update the name of a scheduled session, you can use the /session update command. This command allows you to change the name of an existing session without having to delete and recreate it.
/session update session: <session_id> name: <new_name>
If successful, the bot will respond with a message confirming that the session name has been updated.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
session |
string | The session ID for which you want to update the name. Autocomplete will provide a list of scheduled sessions to choose from. | |
name |
string | The new name for the session. This will be the name displayed in the session list and notifications. |