Merge pull request #13140 from influxdata/swagger-updates-org-id

Update swagger endpoints to include orgID parameters
pull/13085/head
Brandon Farmer 2019-04-04 09:48:20 -07:00 committed by GitHub
commit a3bcc15a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -635,6 +635,14 @@ paths:
tags:
- ScraperTargets
summary: get all scraper targets
parameters:
- $ref: '#/components/parameters/TraceSpan'
- in: query
name: orgID
description: specifies the organization of the resource
required: true
schema:
type: string
responses:
'200':
description: all scraper targets
@ -1715,6 +1723,14 @@ paths:
tags:
- Labels
summary: Get all labels
parameters:
- $ref: '#/components/parameters/TraceSpan'
- in: query
name: orgID
description: specifies the organization of the resource
required: true
schema:
type: string
responses:
'200':
description: all labels