{
"results": {
"includeLinks": true,
"notificationFrequency": "always",
"enabled": true,
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"options": {
"limit": 123,
"formatted": true
},
"dashboardUuid": null,
"savedChartUuid": "<string>",
"timezone": "<string>",
"cron": "<string>",
"format": "csv",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"message": "<string>",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
]
},
"status": "ok"
}
Update a scheduler
{
"results": {
"includeLinks": true,
"notificationFrequency": "always",
"enabled": true,
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"options": {
"limit": 123,
"formatted": true
},
"dashboardUuid": null,
"savedChartUuid": "<string>",
"timezone": "<string>",
"cron": "<string>",
"format": "csv",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"message": "<string>",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
]
},
"status": "ok"
}
The uuid of the scheduler to update
the new scheduler data
the new scheduler data
Updated
The response is of type object
.