Files
pulse/internal/api
Pulse Monitor 2968c63baf Fix node test connection for new nodes
- Add new `/api/config/nodes/test-config` endpoint for testing unsaved node configurations
- Update NodesAPI to use appropriate endpoint based on whether node has an ID
- Existing nodes use `/api/config/nodes/{id}/test`, new nodes use `/api/config/nodes/test-config`
- Fix TypeScript types to include latency in test response details

This resolves the 400 error when testing connections for new nodes before they are saved.
2025-07-29 21:25:23 +00:00
..