fix(http): remove accept header from query request swagger (#13625)
parent
428d908af9
commit
278da443e6
|
@ -3073,16 +3073,6 @@ paths:
|
|||
summary: query an influx
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/TraceSpan'
|
||||
- in: header
|
||||
name: Accept
|
||||
description: specifies the return content format. Each response content type will have its own dialect options.
|
||||
schema:
|
||||
type: string
|
||||
description: return format of either CSV or Arrow buffers
|
||||
default: text/csv
|
||||
enum:
|
||||
- text/csv
|
||||
- application/vnd.influx.arrow
|
||||
- in: header
|
||||
name: Content-Type
|
||||
schema:
|
||||
|
|
Loading…
Reference in New Issue