sync: auto-sync from HOWARD-HOME at 2026-07-13 11:11:22

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-13 11:11:22
This commit is contained in:
2026-07-13 11:11:54 -07:00
parent 7291c5e691
commit f2f0fe0f70
5 changed files with 55 additions and 0 deletions

View File

@@ -19,6 +19,28 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
<!-- Append entries below this line -->
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/farwestdrilling: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/fw.91912.service: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/farwestwell: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/farwest.91912.service: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/farwest: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | syncro | GET /invoices/{id} immediately after POST /invoices returned partial line_items (10/17, 18/28h) - Syncro populates invoice lines from ticket charges asynchronously; re-GET seconds later showed all 17. Do not create a second invoice on a partial first read [ctx: ticket=32546 invoice=68040]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/rwd.91912.service: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/reliantwell: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/reliantpump: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/reliant.91912.service: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-13 | Howard-Home | packetdial | HTTP 404 GET https://pbx.packetdial.com/ns-api/v2/domains/reliant: {"code":404,"message":"Not Found"} [ctx: cmd=domain]
2026-07-10 | Howard-Home | syncro/email | [correction] assumed HTTP 200 {message:Email sent} meant the invoice/estimate actually reached the customer; correct is Syncro returns 200 even when customer.email is null (no recipient) - must verify a valid, UNIQUE customer.email before claiming delivery [ctx: customer=36118743 endpoints=POST_/invoices/{id}/email,/estimates/{id}/email]
2026-07-10 | Howard-Home | syncro/assets | [correction] assumed asset writes (POST/PUT create-update), policy_folder_id move, patches, and installed_applications were not doable via the public API; correct is the endpoints exist per the live OpenAPI spec and the prior 'policy_folder_id silently ignored' was a token missing the 'Assets - Policy Change' scope, not an API limitation [ctx: ref=reference-syncro-rmm-api-gui-only endpoint=PUT_/customer_assets/{id}]