add metaUrl to swagger

pull/851/head
Jade McGough 2017-02-07 14:42:28 -08:00 committed by Chris Goller
parent 5078423392
commit 4074698814
1 changed files with 6 additions and 1 deletions

View File

@ -1928,6 +1928,11 @@
"format": "url",
"description": "URL for the time series data source backend (e.g. http://localhost:8086)"
},
"metaUrl": {
"type": "string",
"format": "url",
"description": "URL for the influxdb meta node"
},
"insecureSkipVerify": {
"type": "boolean",
"description": "True means any certificate presented by the source is accepted. Typically used for self-signed certs. Probably should only be used for testing."
@ -2360,4 +2365,4 @@
}
}
}
}
}