Trigger Version
Trigger version configuration on data.json
requires following basic structure
{
"id": "9d54675a-4421-4f7c-a4b6-57778610a784",
"name": "0",
"schema": {
"output": {
"type": "object"
},
"variables": [
{
"name": "label_id",
"required": true,
"schema": {
"type": "string"
}
}
]
}
}
If id
is not provided, CLI will autogenerate it and insert it into the file before creating a new trigger version.
If id
is provided, CLI will update the trigger version with that id
.
Helpful?