Merge pull request #11806 from influxdata/update-swagger-scrapers

Add name to scraper target response in swagger
pull/11795/head
Iris Scholten 2019-02-11 16:18:20 -08:00 committed by GitHub
commit d9ecc6033a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6107,6 +6107,9 @@ components:
bucket:
type: string
description: name of the bucket
name:
type: string
description: name of scraper target
links:
readOnly: true
$ref: "#/components/schemas/Links"