From 3ac7ca4f4742f7bdfdd73f1f44daab6d80fbc6c0 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Wed, 27 Aug 2025 14:52:42 +0100 Subject: [PATCH 1/3] Rename url_prefix field to url in help center API response MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the field name from url_prefix to url to better reflect that it contains the full URL rather than just a prefix. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- descriptions/0/api.intercom.io.yaml | 6 +++--- descriptions/2.10/api.intercom.io.yaml | 6 +++--- descriptions/2.11/api.intercom.io.yaml | 6 +++--- descriptions/2.12/api.intercom.io.yaml | 6 +++--- descriptions/2.13/api.intercom.io.yaml | 6 +++--- descriptions/2.14/api.intercom.io.yaml | 6 +++--- descriptions/2.7/api.intercom.io.yaml | 6 +++--- descriptions/2.8/api.intercom.io.yaml | 6 +++--- descriptions/2.9/api.intercom.io.yaml | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index c25f4c2..cf13b29 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -2163,7 +2163,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -20391,9 +20391,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index b214379..9ea02c8 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -1235,7 +1235,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -14869,9 +14869,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index a4c3418..5ca4da3 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -1263,7 +1263,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -15886,9 +15886,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 317cefc..e9137db 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -1817,7 +1817,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -16156,9 +16156,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index cd4920e..7f7662a 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -1847,7 +1847,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -17871,9 +17871,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index f808829..7943169 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -2163,7 +2163,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -19361,9 +19361,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index c788032..c87e439 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -1134,7 +1134,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -12861,9 +12861,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 744ca28..7a3d911 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -1134,7 +1134,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -12885,9 +12885,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index e3431ee..6747163 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -1134,7 +1134,7 @@ paths: identifier: help-center-1 website_turned_on: false display_name: Intercom Help Center - url_prefix: https://help.mycompany.com + url: https://help.mycompany.com custom_domain: help.mycompany.com schema: "$ref": "#/components/schemas/help_center" @@ -14224,9 +14224,9 @@ components: type: string description: The display name of the Help Center only seen by teammates. example: Intercom Help Center - url_prefix: + url: type: string - description: The URL path prefix for the help center + description: The URL for the help center example: "https://help.mycompany.com" custom_domain: type: string From 6b2e284ac646db58bfe1d5009d58f48242df9364 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Wed, 27 Aug 2025 15:06:15 +0100 Subject: [PATCH 2/3] Fix order for brand tag --- descriptions/0/api.intercom.io.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index cf13b29..b279a23 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -23349,10 +23349,10 @@ tags: You can then iterate through the content from that source via its API and POST it to the External Pages endpoint. That endpoint has an *external_id* parameter which allows you to specify the identifier from the source. The endpoint will then either create a new External Page or update an existing one as appropriate.", - name: Articles description: Everything about your Articles -- name: Brands - description: Everything about your Brands - name: Away Status Reasons description: Everything about your Away Status Reasons +- name: Brands + description: Everything about your Brands - name: Companies description: Everything about your Companies - name: Contacts From bfd32d1261340de74ad6a76259308dffb84d8be7 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Wed, 27 Aug 2025 15:10:54 +0100 Subject: [PATCH 3/3] Improve url description --- descriptions/0/api.intercom.io.yaml | 2 +- descriptions/2.10/api.intercom.io.yaml | 2 +- descriptions/2.11/api.intercom.io.yaml | 2 +- descriptions/2.12/api.intercom.io.yaml | 2 +- descriptions/2.13/api.intercom.io.yaml | 2 +- descriptions/2.14/api.intercom.io.yaml | 2 +- descriptions/2.7/api.intercom.io.yaml | 2 +- descriptions/2.8/api.intercom.io.yaml | 2 +- descriptions/2.9/api.intercom.io.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index b279a23..084b17d 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -20393,7 +20393,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 9ea02c8..646a8c6 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -14871,7 +14871,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 5ca4da3..cc60b45 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -15888,7 +15888,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index e9137db..6c1bc0b 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -16158,7 +16158,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 7f7662a..21c3944 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -17873,7 +17873,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 7943169..4a41474 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -19363,7 +19363,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index c87e439..2b38da2 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -12863,7 +12863,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 7a3d911..02c4446 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -12887,7 +12887,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 6747163..e5dd831 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -14226,7 +14226,7 @@ components: example: Intercom Help Center url: type: string - description: The URL for the help center + description: The URL for the help center, if you have a custom domain then this will show the URL using the custom domain. example: "https://help.mycompany.com" custom_domain: type: string