Closed carlosmscabral closed 1 year ago
There are two issues: 1) your overrides are incorrect 2) I wasn't copying properties. Here is the right way to construct the overrides:
{
"trigger_overrides":[{
"triggerType": "API",
"triggerNumber": "1",
"apiPath": "nandan_API_1",
"properties": {
"Trigger name": "nandan_API_1"
}
}]
}
NOTE: The difference in the element: apiPath
. This was done on purpose to keep it separate from the field in the integration. This field does not include api_trigger/
.
I have fixed the issue with properties. I will request @ssvaidyanathan to create a version with this fix.
ack, thanks. will try it once fixed.
I have an integration with the following Trigger portion:
I want to be able to specify/change, using the overrides file, the triggerId and the Trigger Name property, but apparently these two items are not in the Trigger struct in the overrides.go file.
I want to be able to specify something like this in my overrides file: