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": {
"type": "boolean"
},
"degraded_error": {
"type": "string"
},
"id": {
"type": "string"
},
@@ -3904,9 +3907,6 @@ const docTemplate = `{
},
"uptime_seconds": {
"type": "integer"
},
"version": {
"type": "string"
}
}
},

View File

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

View File

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