fix(http): fix scraper, buckets label swagger resp

pull/12794/head
Kelvin Wang 2019-03-20 17:18:28 -04:00
parent 6619746971
commit beed8f350b
1 changed files with 2 additions and 12 deletions

View File

@ -803,12 +803,7 @@ paths:
content:
application/json:
schema:
type: object
properties:
labels:
$ref: "#/components/schemas/Labels"
links:
$ref: "#/components/schemas/Links"
$ref: "#/components/schemas/LabelsResponse"
default:
description: unexpected error
content:
@ -3070,12 +3065,7 @@ paths:
content:
application/json:
schema:
type: object
properties:
labels:
$ref: "#/components/schemas/Labels"
links:
$ref: "#/components/schemas/Links"
$ref: "#/components/schemas/LabelsResponse"
default:
description: unexpected error
content: