mirror of
https://github.com/remnawave/panel.git
synced 2026-04-02 02:24:17 +00:00
docs: update Remnawave panel changelog to reflect changes in Node response structure, including removed and added fields
This commit is contained in:
@@ -187,7 +187,11 @@ Used for generating direct links (e.g. in Telegram notifications with inline but
|
||||
|
||||
---
|
||||
|
||||
#### Removed `cpuCount`, `cpuModel`, `totalRam` from Node response
|
||||
#### Removed `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline` from Node response + added `versions`, `system`
|
||||
|
||||
- Removed: `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline`
|
||||
- Added: `versions` (nullable object with `xray` and `node` strings), `system` (nullable `NodeSystem` object), `activePluginUuid`
|
||||
- Changed: `xrayUptime` type from `string` to `number`, `usersOnline` type from `nullable(number)` to `number`
|
||||
|
||||
Affected endpoints:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user