docs: clear write-good.Passive hits in docs/tools/scheduling.md

This commit is contained in:
iris 2026-09-20 14:20:20 +02:00 committed by mara
commit 19d2142897

View file

@ -30,7 +30,7 @@ audit.
### `edit_schedule(id, body?, description?, interval_seconds?, next_fire_at_unix?, targets_add?, targets_remove?)`
Partial-update a schedule. Pass only the fields to change; absent
fields are left alone. `targets_add` / `targets_remove` mutate the
fields stay untouched. `targets_add` / `targets_remove` mutate the
recipient list in the same transaction — re-adding a previously
cancelled target drops its tombstone and starts fresh.
`interval_seconds` accepts positive values only via this tool (omit
@ -43,7 +43,7 @@ rows (terminal state).
Cancel a schedule. Omit `targets` / pass empty to cancel the whole
schedule; pass a list to cancel just those recipients (the schedule
autocancels when every target is removed).
autocancels once every target is gone).
### `fire_schedule_now(id)`