Skip to content
Open
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
38 changes: 38 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15633,6 +15633,25 @@ components:
example: https://picsum.photos/200/300
team_priority_level:
"$ref": "#/components/schemas/team_priority_level"
role:
type: object
nullable: true
description: The role assigned to this admin. Only present if the admin has
a role assigned.
properties:
type:
type: string
description: String representing the object's type. Always has the value
`role`.
example: role
id:
type: string
description: The id of the role.
example: '1'
name:
type: string
description: The name of the role.
example: Support Agent
admin_list:
title: Admins
type: object
Expand Down Expand Up @@ -15861,6 +15880,25 @@ components:
description: Identifies if this admin's email is verified.
nullable: true
example: true
role:
type: object
nullable: true
description: The role assigned to this admin. Only present if the admin has
a role assigned.
properties:
type:
type: string
description: String representing the object's type. Always has the value
`role`.
example: role
id:
type: string
description: The id of the role.
example: '1'
name:
type: string
description: The name of the role.
example: Support Agent
app:
"$ref": "#/components/schemas/app"
nullable: true
Expand Down