mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-03 05:09:48 +01:00
fix: tests
This commit is contained in:
@@ -2195,11 +2195,26 @@ paths:
|
|||||||
load:
|
load:
|
||||||
type: string
|
type: string
|
||||||
description: CPU load
|
description: CPU load
|
||||||
|
nodebb:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
isPrimary:
|
||||||
|
type: boolean
|
||||||
|
isCluster:
|
||||||
|
type: boolean
|
||||||
|
runJobs:
|
||||||
|
type: boolean
|
||||||
|
nullable: true
|
||||||
|
jobsDisabled:
|
||||||
|
type: boolean
|
||||||
|
nullable: true
|
||||||
git:
|
git:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
hash:
|
hash:
|
||||||
type: string
|
type: string
|
||||||
|
hashShort:
|
||||||
|
type: string
|
||||||
branch:
|
branch:
|
||||||
type: string
|
type: string
|
||||||
stats:
|
stats:
|
||||||
|
|||||||
Reference in New Issue
Block a user