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
15 changes: 15 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2780,6 +2780,9 @@ paths:
display_name: Intercom Help Center
url: https://help.mycompany.com
custom_domain: help.mycompany.com
default: false
locales:
- en
schema:
"$ref": "#/components/schemas/help_center"
'404':
Expand Down Expand Up @@ -26437,6 +26440,18 @@ components:
nullable: true
description: Custom domain configured for the help center
example: "help.mycompany.com"
default:
type: boolean
description: Whether this help center is the default for the workspace.
example: false
locales:
type: array
description: The locales in which the help center is available.
items:
type: string
example:
- en
- fr
help_center_list:
title: Help Centers
type: object
Expand Down