diff --git a/docs/tools/scheduling.md b/docs/tools/scheduling.md index 1a4dba27..2794abc5 100644 --- a/docs/tools/scheduling.md +++ b/docs/tools/scheduling.md @@ -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)`