Event Version
Event Version configuration on data.json
requires following basic structure
{
"id": "eb713015-ff0c-4a33-9087-ec26ce7bf86a",
"name": "0"
}
If id
is not provided, CLI will autogenerate it and insert it into the file before creating a new event version.
If id
is provided, CLI will update the event version with that id
.
Helpful?