Skip to content

Commit 1210cd6

Browse files
authored
docs: specify Unix timestamp in seconds for contact write paths (#525)
1 parent c049760 commit 1210cd6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

fern/openapi-overrides.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,15 +1254,15 @@ components:
12541254
type: integer
12551255
format: date-time
12561256
nullable: true
1257-
description: The time specified for when a contact signed up
1257+
description: The time specified for when a contact signed up (Unix timestamp in seconds)
12581258
example: 1571672154
12591259
last_seen_at:
12601260
type: integer
12611261
format: date-time
12621262
nullable: true
12631263
description:
1264-
The time when the contact was last seen (either where the Intercom
1265-
Messenger was installed or when specified manually)
1264+
The time when the contact was last seen (Unix timestamp in seconds),
1265+
either where the Intercom Messenger was installed or when specified manually
12661266
example: 1571672154
12671267
owner_id:
12681268
type: integer
@@ -1307,15 +1307,15 @@ components:
13071307
type: integer
13081308
format: date-time
13091309
nullable: true
1310-
description: The time specified for when a contact signed up
1310+
description: The time specified for when a contact signed up (Unix timestamp in seconds)
13111311
example: 1571672154
13121312
last_seen_at:
13131313
type: integer
13141314
format: date-time
13151315
nullable: true
13161316
description:
1317-
The time when the contact was last seen (either where the Intercom
1318-
Messenger was installed or when specified manually)
1317+
The time when the contact was last seen (Unix timestamp in seconds),
1318+
either where the Intercom Messenger was installed or when specified manually
13191319
example: 1571672154
13201320
owner_id:
13211321
type: integer
@@ -1360,15 +1360,15 @@ components:
13601360
type: integer
13611361
format: date-time
13621362
nullable: true
1363-
description: The time specified for when a contact signed up
1363+
description: The time specified for when a contact signed up (Unix timestamp in seconds)
13641364
example: 1571672154
13651365
last_seen_at:
13661366
type: integer
13671367
format: date-time
13681368
nullable: true
13691369
description:
1370-
The time when the contact was last seen (either where the Intercom
1371-
Messenger was installed or when specified manually)
1370+
The time when the contact was last seen (Unix timestamp in seconds),
1371+
either where the Intercom Messenger was installed or when specified manually
13721372
example: 1571672154
13731373
owner_id:
13741374
type: integer

0 commit comments

Comments
 (0)