docs: clear write-good.Passive hits in docs/tools/scheduling.md
This commit is contained in:
parent
7ce1c1772e
commit
19d2142897
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ audit.
|
||||||
### `edit_schedule(id, body?, description?, interval_seconds?, next_fire_at_unix?, targets_add?, targets_remove?)`
|
### `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
|
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
|
recipient list in the same transaction — re-adding a previously
|
||||||
cancelled target drops its tombstone and starts fresh.
|
cancelled target drops its tombstone and starts fresh.
|
||||||
`interval_seconds` accepts positive values only via this tool (omit
|
`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
|
Cancel a schedule. Omit `targets` / pass empty to cancel the whole
|
||||||
schedule; pass a list to cancel just those recipients (the schedule
|
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)`
|
### `fire_schedule_now(id)`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue