docs(http): add identity support in Accept-Encoding for write

pull/10616/head
Chris Goller 2018-08-26 09:54:09 -05:00
parent 0da3fa9122
commit 52e71f9592
1 changed files with 3 additions and 1 deletions

View File

@ -26,9 +26,11 @@ paths:
description: when present, its value indicates compression is applied to the entity-body
schema:
type: string
description: specifies that the line protocol in the body is compressed with gzip
description: specifies that the line protocol in the body is encoded with gzip or not encoded with identity.
default: identity
enum:
- gzip
- identity
- in: query
name: bucket
description: specifies the destination bucket for writes