From e926d0192bad89eedf1d45f43c78a85cc251423a Mon Sep 17 00:00:00 2001 From: myronkaifung <97630035+myronkaifung@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:47:39 -0700 Subject: [PATCH] document time_in_ms param in export API (#1564) * add time_in_ms param to export API * update param description * Revert "update param description" This reverts commit 35d4476c6a518b1f60538ca1e39debd6fb734d3e. * Reapply "update param description" This reverts commit 0a1e2ebf4f655aec00ca688c9f0886a810c1128a. * restore java sdk --------- Co-authored-by: Myron Fung --- openapi/src/export.openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi/src/export.openapi.yaml b/openapi/src/export.openapi.yaml index 850371341e..7081e84a1d 100644 --- a/openapi/src/export.openapi.yaml +++ b/openapi/src/export.openapi.yaml @@ -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`.