Fix tab spacing in protobuf and swagger
parent
923a9d3c31
commit
88d60c9807
|
@ -19,7 +19,7 @@ message Source {
|
|||
string Password = 5;
|
||||
string URL = 6; // URL are the connections to the source
|
||||
bool Default = 7; // Flags an exploration as the default.
|
||||
string Telegraf = 8; // Telegraf is the db telegraf is written to. By default it is "telegraf"
|
||||
string Telegraf = 8; // Telegraf is the db telegraf is written to. By default it is "telegraf"
|
||||
}
|
||||
|
||||
message Server {
|
||||
|
|
|
@ -1481,11 +1481,11 @@
|
|||
"type": "boolean",
|
||||
"description": "Indicates whether this source is the default source"
|
||||
},
|
||||
"telegraf": {
|
||||
"type": "string",
|
||||
"description": "Database where telegraf information is stored for this source",
|
||||
"default": "telegraf"
|
||||
},
|
||||
"telegraf": {
|
||||
"type": "string",
|
||||
"description": "Database where telegraf information is stored for this source",
|
||||
"default": "telegraf"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in New Issue