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
24 changes: 24 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2619,6 +2619,9 @@ paths:
owner_id: 991266252
author_id: 991266252
locale: en
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
schema:
"$ref": "#/components/schemas/internal_article_list"
'401':
Expand Down Expand Up @@ -2661,6 +2664,9 @@ paths:
owner_id: 991266252
author_id: 991266252
locale: en
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
schema:
"$ref": "#/components/schemas/internal_article"
'400':
Expand Down Expand Up @@ -2745,6 +2751,9 @@ paths:
owner_id: 991266252
author_id: 991266252
locale: en
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
schema:
"$ref": "#/components/schemas/internal_article"
'404':
Expand Down Expand Up @@ -2808,6 +2817,9 @@ paths:
owner_id: 991266252
author_id: 991266252
locale: en
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
schema:
"$ref": "#/components/schemas/internal_article"
'404':
Expand Down Expand Up @@ -20360,6 +20372,18 @@ components:
nullable: true
description: The ID of the folder this article belongs to, or null if not in a folder.
example: 6
ai_chatbot_availability:
type: boolean
description: Whether the internal article is available for AI Chatbot.
example: true
ai_copilot_availability:
type: boolean
description: Whether the internal article is available for AI Copilot.
example: true
ai_sales_agent_availability:
type: boolean
description: Whether the internal article is available for AI Sales Agent.
example: true
article_search_highlights:
title: Article Search Highlights
type: object
Expand Down