BREAKING CHANGE(config): convert configuration management to read-only; remove updateConfiguration endpoint and client-side editing

This commit is contained in:
2026-02-03 23:26:51 +00:00
parent 5de3344905
commit 9e0e77737b
25 changed files with 2129 additions and 269 deletions

View File

@@ -97,8 +97,7 @@ TypedRequest interfaces for the OpsServer API:
#### Configuration Requests
| Interface | Method | Description |
|-----------|--------|-------------|
| `IReq_GetConfiguration` | `getConfiguration` | Get current config |
| `IReq_UpdateConfiguration` | `updateConfiguration` | Update system config |
| `IReq_GetConfiguration` | `getConfiguration` | Get current config (read-only) |
#### Log Requests
| Interface | Method | Description |