You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📖: Add v2 webhook implementation to multiversion tutorial
The multiversion tutorial webhooks.md was only showing the v1 webhook
implementation but not the v2 webhook implementation. This caused
confusion as the v2 webhook has different validation logic to handle
the structured CronSchedule type instead of a simple string.
Updated webhooks.md to show both:
- v1 webhook: handles conversion and validates string-based schedule
- v2 webhook: validates structured CronSchedule by building cron expression from fields
Co-authored-by: camilamacedo86 <[email protected]>
0 commit comments