Skip to main content

UpsertIntegrationRequest

credential_refstring
integration_configrequired
integration_refstringrequired
namestringrequired
schedule object
frequencystringrequired
timeOfDaystringrequired
weekDaysint64[]nullable
schedule_enabledbooleanrequired
titlestring
UpsertIntegrationRequest
{
"credential_ref": "string",
"integration_config": {},
"integration_ref": "string",
"name": "string",
"schedule": {
"frequency": "string",
"timeOfDay": "string",
"weekDays": [
0
]
},
"schedule_enabled": true,
"title": "string"
}