Schedulers
Patch apiv1schedulers
Update a scheduler
PATCH
/
api
/
v1
/
schedulers
/
{schedulerUuid}
Copy
Ask AI
{
"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"
}
Path Parameters
The uuid of the scheduler to update
Body
application/json · any
the new scheduler data
the new scheduler data
Response
201
application/json
Updated
The response is of type object
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.