Crons
Update Cron
Update an existing cron job. When a cron is updated, all pending events created by that cron are automatically deleted.
PUT
TypeScript SDK
Authorizations
API key authentication. Include your API key in the Authorization header as: Bearer
Path Parameters
Body
application/json
Cron expression (e.g., '0 0 * * *')
Available options:
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS IANA timezone identifier (e.g., 'America/New_York')
Response
Cron updated
TypeScript SDK