Update API docs

This commit is contained in:
Ingo Oppermann
2023-06-14 22:37:33 +02:00
parent debcce192d
commit 22fd241b89
3 changed files with 8 additions and 8 deletions

View File

@@ -3856,6 +3856,9 @@ const docTemplate = `{
"degraded": { "degraded": {
"type": "boolean" "type": "boolean"
}, },
"degraded_error": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -3904,9 +3907,6 @@ const docTemplate = `{
}, },
"uptime_seconds": { "uptime_seconds": {
"type": "integer" "type": "integer"
},
"version": {
"type": "string"
} }
} }
}, },

View File

@@ -3848,6 +3848,9 @@
"degraded": { "degraded": {
"type": "boolean" "type": "boolean"
}, },
"degraded_error": {
"type": "string"
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -3896,9 +3899,6 @@
}, },
"uptime_seconds": { "uptime_seconds": {
"type": "integer" "type": "integer"
},
"version": {
"type": "string"
} }
} }
}, },

View File

@@ -75,6 +75,8 @@ definitions:
type: string type: string
degraded: degraded:
type: boolean type: boolean
degraded_error:
type: string
id: id:
type: string type: string
nodes: nodes:
@@ -108,8 +110,6 @@ definitions:
type: string type: string
uptime_seconds: uptime_seconds:
type: integer type: integer
version:
type: string
type: object type: object
api.ClusterNodeFiles: api.ClusterNodeFiles:
properties: properties: