Skip to content

Commit 25c63e7

Browse files
authored
Update example in docs for tabularDataCaptureUpload (#601)
1 parent cf135e0 commit 25c63e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/data-client.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,10 @@ export class DataClient {
11001100
* const fileId = await dataClient.tabularDataCaptureUpload(
11011101
* [
11021102
* {
1103-
* timestamp: '2025-03-26T10:00:00Z',
1104-
* value: 10,
1103+
* readings: {
1104+
* timestamp: '2025-03-26T10:00:00Z',
1105+
* value: 10,
1106+
* },
11051107
* },
11061108
* ],
11071109
* '123abc45-1234-5678-90ab-cdef12345678',

0 commit comments

Comments
 (0)