yttcom.net
Backend / Commands / UPDATE

UPDATE

v3.0 · 07/12/26 · systems/commands/UPDATE.php · GET or POST
What it does
Outbound push. Rebuilds all boards. Appends to MASTER_LIST. Auto-runs at every clean CLOSE.
Endpoint
https://yttcom.net/systems/commands/UPDATE.php
Execution — Step by Step
1Auth check
2MASTER_LIST append — open_item → Open Items section, resolved_item → Resolved section
3RULES-S.md overwrite — if rules_content passed
4boards_rebuild() — board.html, decisions.html, status.html, commands.html
5Response returned
Parameters
FieldRequiredDescription
tokenrequiredAuth token
systemoptionalCalling system — for MASTER_LIST attribution
open_itemoptionalAppend new open item to MASTER_LIST
resolved_itemoptionalAppend resolved item to MASTER_LIST
rules_contentoptionalFull content to overwrite RULES-S.md
Returns
status, updated_at, called_by, results{master_list, rules_md, boards}
Tier 2 Functions
master_list_append()boards_rebuild()pt_time_full()
Notes
Boards write to backend/projects/migration/. Commands.html at backend/ed/reference/commands.html.
Backend Commands Hub Admin Master