Fails to update the schedule of a run with a valid cron expression string. High likely referring to app name?? with the validation but cli help doesn't state if app name is required or not.
Repro
tower schedules update <id> --cron "*/6 * * * *"
Expected
- Schedule updates successfully.
- Cron format specified in docs better also in the
tower cli --help
Actual
validation failed → expected required property name to be present.