Update swagger docs

This commit is contained in:
Ingo Oppermann
2023-07-17 20:59:17 +02:00
parent 8123b09dcf
commit 5b075ed54b
3 changed files with 23 additions and 0 deletions

View File

@@ -4415,6 +4415,7 @@ const docTemplate = `{
}
},
"created_at": {
"description": "RFC3339",
"type": "string"
},
"id": {
@@ -4552,9 +4553,11 @@ const docTemplate = `{
"type": "string"
},
"last_contact_ms": {
"description": "milliseconds",
"type": "number"
},
"latency_ms": {
"description": "milliseconds",
"type": "number"
},
"status": {
@@ -4620,6 +4623,7 @@ const docTemplate = `{
"type": "string"
},
"last_contact_ms": {
"description": "milliseconds",
"type": "number"
},
"log_index": {
@@ -5831,6 +5835,9 @@ const docTemplate = `{
"config": {
"$ref": "#/definitions/api.ProcessConfig"
},
"core_id": {
"type": "string"
},
"created_at": {
"type": "integer",
"format": "int64"
@@ -7732,6 +7739,7 @@ const docTemplate = `{
"type": "string"
},
"build_date": {
"description": "RFC3339",
"type": "string"
},
"compiler": {