Ask a question to get started
Enter to send•Shift+Enter new line
Payload for updating a cron job.
update_params = { "cron_id": UUID("123e4567-e89b-12d3-a456-426614174000"), "payload": {"key": "value"}, "schedule": "0 0 * * *" }
CronsUpdate()
typing.TypedDict
Unique identifier for the cron job.
typing.Optional payload to update.
typing.Optional schedule to update.