docs(FN-4847): update sync-status denial reason docs and changeset

Fusion-Task-Id: FN-4847
Fusion-Task-Lineage: af551b65-a484-496a-8bab-b46193e06104
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 08:30:06 -07:00
committed by gsxdsm
parent a49b8553fb
commit 49bc9dd0eb
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": patch
---
GET /api/nodes/:id/settings/sync-status now includes an `actionableDenialReason` field
("missing-remote-api-key" | "auth-failed" | "unreachable" | "unknown" | null) so
dashboards can surface why a remote probe failed instead of silently reporting
`remoteReachable: false` with no diagnosis.