fix(http): fix scraper, buckets label swagger resp
parent
6619746971
commit
beed8f350b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue