docs(http): fix header in write to be content-encoding

pull/10616/head
Chris Goller 2018-08-26 10:01:30 -05:00
parent 52e71f9592
commit c85517fcdf
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ paths:
summary: write time-series data into influxdb
parameters:
- in: header
name: Accept-Encoding
description: when present, its value indicates compression is applied to the entity-body
name: Content-Encoding
description: when present, its value indicates to the database that compression is applied to the line-protocol body.
schema:
type: string
description: specifies that the line protocol in the body is encoded with gzip or not encoded with identity.