updateEventTag
Change the event tag.
Address
/replay/updateEventTag [replayRecordId] [tag]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The event ID |
argument 2 | String | Tag. When there are multiple, separate them with comma. The maximum number is 3. |
Example
Change the tag of Event 54 to "tag1" and "tag2".
/replay/updateEventTag 54 tag1,tag2