docs(http): add identity support in Accept-Encoding for write
parent
0da3fa9122
commit
52e71f9592
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue