Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12591,6 +12591,15 @@ paths:
type: user
components:
schemas:
datetime:
oneOf:
- title: string
type: string
format: date-time
description: A date and time following the ISO8601 notation.
- title: integer
type: integer
description: A date and time as UNIX timestamp notation.
activity_log:
title: Activity Log
type: object
Expand Down Expand Up @@ -16389,7 +16398,15 @@ components:
additionalProperties:
anyOf:
- type: string
- type: integer
- $ref: "#/components/schemas/datetime"
- "$ref": "#/components/schemas/custom_object_instance_list"
example:
paid_subscriber: true
monthly_spend: 155.5
team_mates: 9
start_date_iso8601: "2023-03-04T09:46:14Z"
end_date_timestamp: 1677923174
custom_object_instance:
title: Custom Object Instance
type: object
Expand Down