Skip to content

Commit

Permalink
Merge branch 'main' into argenisf_iterable_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pmackle authored Oct 23, 2024
2 parents 04fd7fe + e926d01 commit 909f56e
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 909f56e

Please sign in to comment.