mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 21:27:56 +02:00
fix: schema changes for 4b738c8cd3
This commit is contained in:
@@ -64,12 +64,7 @@ get:
|
||||
uptimeHumanReadable:
|
||||
type: string
|
||||
cpuUsage:
|
||||
type: object
|
||||
properties:
|
||||
user:
|
||||
type: string
|
||||
system:
|
||||
type: string
|
||||
type: number
|
||||
os:
|
||||
type: object
|
||||
properties:
|
||||
@@ -90,6 +85,8 @@ get:
|
||||
type: string
|
||||
totalmem:
|
||||
type: string
|
||||
usedmem:
|
||||
type: string
|
||||
nodebb:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user