v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBSimulations
Update a scheduler by reference
Update fields of an existing scheduler configuration by its reference.
patch/simulations/{simulationReference}/schedules/{schedulerReference}
Path parameters
simulationReferencestring required
Reference ID of the simulation (unused for update but part of path)
schedulerReferencestring required
Reference ID of the scheduler to update
Query parameters
projectIdstring required
Project identifier
Request body
Response
Scheduler updated successfully
Example response
{
"scheduler": {
"timezone": "Europe/Berlin"
}
}