Skip to content

Commit cd39113

Browse files
authored
docs: Add impersonation consent fields to API specification (#332)
1 parent 97f21b0 commit cd39113

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14059,6 +14059,8 @@ components:
1405914059
- admin_away_mode_change
1406014060
- admin_deletion
1406114061
- admin_deprovisioned
14062+
- admin_impersonation_consent_approved
14063+
- admin_impersonation_consent_revoked
1406214064
- admin_impersonation_end
1406314065
- admin_impersonation_start
1406414066
- admin_invite_change
@@ -14234,6 +14236,17 @@ components:
1423414236
nullable: true
1423514237
description: Indicates if the setting is enabled or disabled.
1423614238
example: true
14239+
consent_id:
14240+
type: integer
14241+
nullable: true
14242+
description: The ID of the impersonation consent.
14243+
example: 149673
14244+
expired_at:
14245+
type: string
14246+
format: date-time
14247+
nullable: true
14248+
description: The timestamp when the impersonation consent expires.
14249+
example: "2025-12-04T09:31:57.000Z"
1423714250
before:
1423814251
type: object
1423914252
nullable: true

0 commit comments

Comments
 (0)