From 67ca5e3256497d3f13e30352e33bd8b99e00e266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 21 Jul 2020 18:26:26 -0400 Subject: [PATCH] fix: tests --- public/openapi/read.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index 28a502a5716b..be27b5a30095 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -2195,11 +2195,26 @@ paths: load: type: string description: CPU load + nodebb: + type: object + properties: + isPrimary: + type: boolean + isCluster: + type: boolean + runJobs: + type: boolean + nullable: true + jobsDisabled: + type: boolean + nullable: true git: type: object properties: hash: type: string + hashShort: + type: string branch: type: string stats: