You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /sources/{sourceID}/buckets response type is defined as Buckets:
/sources/{sourceID}/buckets:
get:
tags:
- Sources
- Bucketssummary: Get a sources buckets (will return dbrps in the form of buckets if it is a v1 source)parameters:
- $ref: '#/components/parameters/TraceSpan'
- in: pathname: sourceIDschema:
type: stringrequired: truedescription: ID of the source
- in: queryname: orgdescription: specifies the organization of the resourcerequired: trueschema:
type: stringresponses:
'200':
description: a sourcecontent:
application/json:
schema:
$ref: "#/components/schemas/Buckets"'404':
description: source not foundcontent:
application/json:
schema:
$ref: "#/components/schemas/Error"default:
description: unexpected errorcontent:
application/json:
schema:
$ref: "#/components/schemas/Error"
bednar
changed the title
InfluxDB 2.0: The "/sources/{sourceID}/buckets" response type is defined as "Buckets" but return a list of "Bucket" [area/api]
InfluxDB 2.0: The "/sources/{sourceID}/buckets" response type is defined as "Buckets" but returns a list of "Bucket" [area/api]
Mar 18, 2019
The
/sources/{sourceID}/buckets
response type is defined asBuckets
:but HTTP response returns an array of
Bucket
:The text was updated successfully, but these errors were encountered: