Fix tab spacing in protobuf and swagger

pull/587/head
Chris Goller 2016-11-18 13:27:44 -06:00
parent 923a9d3c31
commit 88d60c9807
2 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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": {