fix(http): remove accept header from query request swagger (#13625)

pull/14006/head
Jade McGough 2019-05-28 14:44:27 -07:00 committed by GitHub
parent 428d908af9
commit 278da443e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -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: