Skip to content

Commit 5ebaa7e

Browse files
committed
expose away_status_reason_id correctly
1 parent cdd3573 commit 5ebaa7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ paths:
352352
away_mode_enabled: false
353353
away_mode_reassign: false
354354
has_inbox_seat: true
355+
away_status_reason_id: null
355356
team_ids: []
356357
schema:
357358
"$ref": "#/components/schemas/admin"
@@ -13027,6 +13028,11 @@ components:
1302713028
description: Identifies if this admin is set to automatically reassign new
1302813029
conversations to the apps default inbox.
1302913030
example: false
13031+
away_status_reason_id:
13032+
type: integer
13033+
nullable: true
13034+
description: The unique identifier of the away status reason
13035+
example: 12345
1303013036
has_inbox_seat:
1303113037
type: boolean
1303213038
description: Identifies if this admin has a paid inbox seat to restrict/allow

0 commit comments

Comments
 (0)