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
24 changes: 24 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6848,6 +6848,9 @@ paths:
body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n"
chatbot_availability: 1
copilot_availability: 1
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
created_at: 1663597223
updated_at: 1663597223
total_count: 1
Expand Down Expand Up @@ -6899,6 +6902,9 @@ paths:
body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n"
chatbot_availability: 1
copilot_availability: 1
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
created_at: 1663597223
updated_at: 1663597223
schema:
Expand Down Expand Up @@ -6953,6 +6959,9 @@ paths:
body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n"
chatbot_availability: 1
copilot_availability: 1
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
created_at: 1663597223
updated_at: 1663597223
schema:
Expand Down Expand Up @@ -7019,6 +7028,9 @@ paths:
body_markdown: "# How to reset your password (updated)\n\nGo to Settings > Security > Reset password and follow the steps.\n"
chatbot_availability: 1
copilot_availability: 1
ai_chatbot_availability: true
ai_copilot_availability: true
ai_sales_agent_availability: true
created_at: 1663597223
updated_at: 1663597300
schema:
Expand Down Expand Up @@ -22273,6 +22285,18 @@ components:
description: Whether this snippet is available for Copilot (1 = on, 0 =
off).
example: 1
ai_chatbot_availability:
type: boolean
description: Whether this snippet is available for AI Chatbot.
example: true
ai_copilot_availability:
type: boolean
description: Whether this snippet is available for AI Copilot.
example: true
ai_sales_agent_availability:
type: boolean
description: Whether this snippet is available for AI Sales Agent.
example: true
created_at:
type: integer
description: The time the snippet was created as a UNIX timestamp.
Expand Down