docs(http): update database to bucket

pull/10616/head
Chris Goller 2018-08-26 09:35:10 -05:00
parent 2f23bc4045
commit d4c95ccc5f
1 changed files with 8 additions and 1 deletions

View File

@ -29,6 +29,13 @@ paths:
description: specifies that the line protocol in the body is compressed with gzip
enum:
- gzip
- in: query
name: bucket
description: specifies the destination bucket for writes
schema:
type: string
required: true
description: all points within batch are written to this bucket.
- in: query
name: precision
description: specifies the precision for the unix timestamps within the body line-protocol
@ -46,7 +53,7 @@ paths:
- h
responses:
'204':
description: write data is correctly formatted and accepted for writing to the database.
description: write data is correctly formatted and accepted for writing to the bucket.
'400':
description: line protocol poorly formed and no points were written. Response can be used to determine the first malformed line in the body line-protocol.
content: