Skip to content

Commit 8140464

Browse files
VedranZoricicclaude
andcommitted
Fix Help Center URL examples in API documentation
Updated url_prefix and custom_domain examples to use correct format: - url_prefix: "https://intercom.help/mycompany" (was "/help") - custom_domain: "help.mycompany.com" (was "help.company.com") 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9f7daaa commit 8140464

File tree

10 files changed

+34
-18
lines changed

10 files changed

+34
-18
lines changed

.claude/settings.local.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(grep:*)",
5+
"WebFetch(domain:github.com)",
6+
"Bash(git checkout:*)",
7+
"Bash(git pull:*)",
8+
"Bash(git rev-parse:*)",
9+
"Bash(git add:*)",
10+
"Bash(git commit:*)",
11+
"Bash(git push:*)",
12+
"Bash(gh pr create:*)"
13+
],
14+
"deny": []
15+
}
16+
}

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20058,12 +20058,12 @@ components:
2005820058
url_prefix:
2005920059
type: string
2006020060
description: The URL path prefix for the help center
20061-
example: "/help"
20061+
example: "https://intercom.help/mycompany"
2006220062
custom_domain:
2006320063
type: string
2006420064
nullable: true
2006520065
description: Custom domain configured for the help center
20066-
example: "help.company.com"
20066+
example: "help.mycompany.com"
2006720067
help_center_list:
2006820068
title: Help Centers
2006920069
type: object

descriptions/2.10/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14870,12 +14870,12 @@ components:
1487014870
url_prefix:
1487114871
type: string
1487214872
description: The URL path prefix for the help center
14873-
example: "/help"
14873+
example: "https://intercom.help/mycompany"
1487414874
custom_domain:
1487514875
type: string
1487614876
nullable: true
1487714877
description: Custom domain configured for the help center
14878-
example: "help.company.com"
14878+
example: "help.mycompany.com"
1487914879
help_center_list:
1488014880
title: Help Centers
1488114881
type: object

descriptions/2.11/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15887,12 +15887,12 @@ components:
1588715887
url_prefix:
1588815888
type: string
1588915889
description: The URL path prefix for the help center
15890-
example: "/help"
15890+
example: "https://intercom.help/mycompany"
1589115891
custom_domain:
1589215892
type: string
1589315893
nullable: true
1589415894
description: Custom domain configured for the help center
15895-
example: "help.company.com"
15895+
example: "help.mycompany.com"
1589615896
required:
1589715897
- id
1589815898
- workspace_id

descriptions/2.12/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16157,12 +16157,12 @@ components:
1615716157
url_prefix:
1615816158
type: string
1615916159
description: The URL path prefix for the help center
16160-
example: "/help"
16160+
example: "https://intercom.help/mycompany"
1616116161
custom_domain:
1616216162
type: string
1616316163
nullable: true
1616416164
description: Custom domain configured for the help center
16165-
example: "help.company.com"
16165+
example: "help.mycompany.com"
1616616166
help_center_list:
1616716167
title: Help Centers
1616816168
type: object

descriptions/2.13/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17872,12 +17872,12 @@ components:
1787217872
url_prefix:
1787317873
type: string
1787417874
description: The URL path prefix for the help center
17875-
example: "/help"
17875+
example: "https://intercom.help/mycompany"
1787617876
custom_domain:
1787717877
type: string
1787817878
nullable: true
1787917879
description: Custom domain configured for the help center
17880-
example: "help.company.com"
17880+
example: "help.mycompany.com"
1788117881
help_center_list:
1788217882
title: Help Centers
1788317883
type: object

descriptions/2.14/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19362,12 +19362,12 @@ components:
1936219362
url_prefix:
1936319363
type: string
1936419364
description: The URL path prefix for the help center
19365-
example: "/help"
19365+
example: "https://intercom.help/mycompany"
1936619366
custom_domain:
1936719367
type: string
1936819368
nullable: true
1936919369
description: Custom domain configured for the help center
19370-
example: "help.company.com"
19370+
example: "help.mycompany.com"
1937119371
help_center_list:
1937219372
title: Help Centers
1937319373
type: object

descriptions/2.7/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12862,12 +12862,12 @@ components:
1286212862
url_prefix:
1286312863
type: string
1286412864
description: The URL path prefix for the help center
12865-
example: "/help"
12865+
example: "https://intercom.help/mycompany"
1286612866
custom_domain:
1286712867
type: string
1286812868
nullable: true
1286912869
description: Custom domain configured for the help center
12870-
example: "help.company.com"
12870+
example: "help.mycompany.com"
1287112871
help_center_list:
1287212872
title: Help Centers
1287312873
type: object

descriptions/2.8/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12886,12 +12886,12 @@ components:
1288612886
url_prefix:
1288712887
type: string
1288812888
description: The URL path prefix for the help center
12889-
example: "/help"
12889+
example: "https://intercom.help/mycompany"
1289012890
custom_domain:
1289112891
type: string
1289212892
nullable: true
1289312893
description: Custom domain configured for the help center
12894-
example: "help.company.com"
12894+
example: "help.mycompany.com"
1289512895
help_center_list:
1289612896
title: Help Centers
1289712897
type: object

descriptions/2.9/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14225,12 +14225,12 @@ components:
1422514225
url_prefix:
1422614226
type: string
1422714227
description: The URL path prefix for the help center
14228-
example: "/help"
14228+
example: "https://intercom.help/mycompany"
1422914229
custom_domain:
1423014230
type: string
1423114231
nullable: true
1423214232
description: Custom domain configured for the help center
14233-
example: "help.company.com"
14233+
example: "help.mycompany.com"
1423414234
help_center_list:
1423514235
title: Help Centers
1423614236
type: object

0 commit comments

Comments
 (0)