Skip to content

Commit

Permalink
document time_in_ms param in export API (#1564)
Browse files Browse the repository at this point in the history
* add time_in_ms param to export API

* update param description

* Revert "update param description"

This reverts commit 35d4476.

* Reapply "update param description"

This reverts commit 0a1e2eb.

* restore java sdk

---------

Co-authored-by: Myron Fung <[email protected]>
  • Loading branch information
myronkaifung and Myron Fung authored Oct 23, 2024
1 parent ef0ad35 commit e926d01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/src/export.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ paths:
An expression to filter events by. More info on expression
sequence structure can be found
[here](ref:segmentation-expressions)
- in: query
name: time_in_ms
schema:
type: boolean
description: >-
Defaults to `false` which will export event timestamps with second-precision.
Set to `true` to export event timestamps with millisecond-precision.
- in: header
name: Accept-Encoding
description: If set to `gzip` and the response body is > 1400 bytes, the response will be compressed with gzip, and `Content-Encoding` will be set to `gzip`.
Expand Down

0 comments on commit e926d01

Please sign in to comment.