Skip to content

Commit 952557b

Browse files
dan0505claude
andauthored
docs: fix custom_attributes example in company response across all spec versions (#470)
Replace `creation_source: api` with `industry: manufacturing` in the Create/Update Company response example. `creation_source` is a system-managed field, not a custom attribute — the new example better illustrates user-defined custom attributes. Also removes a trailing space in v2.7. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 836fc59 commit 952557b

10 files changed

Lines changed: 11 additions & 11 deletions

descriptions/0/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@ paths:
36013601
has_more: false
36023602
plan: {}
36033603
custom_attributes:
3604-
creation_source: api
3604+
industry: manufacturing
36053605
schema:
36063606
"$ref": "#/components/schemas/company"
36073607
'400':

descriptions/2.10/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ paths:
13611361
segments: []
13621362
plan: {}
13631363
custom_attributes:
1364-
creation_source: api
1364+
industry: manufacturing
13651365
schema:
13661366
"$ref": "#/components/schemas/company"
13671367
'400':

descriptions/2.11/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ paths:
14031403
segments: []
14041404
plan: {}
14051405
custom_attributes:
1406-
creation_source: api
1406+
industry: manufacturing
14071407
schema:
14081408
"$ref": "#/components/schemas/company"
14091409
'400':

descriptions/2.12/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ paths:
19431943
segments: []
19441944
plan: {}
19451945
custom_attributes:
1946-
creation_source: api
1946+
industry: manufacturing
19471947
schema:
19481948
"$ref": "#/components/schemas/company"
19491949
'400':

descriptions/2.13/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ paths:
23562356
segments: []
23572357
plan: {}
23582358
custom_attributes:
2359-
creation_source: api
2359+
industry: manufacturing
23602360
schema:
23612361
"$ref": "#/components/schemas/company"
23622362
'400':

descriptions/2.14/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ paths:
31563156
segments: []
31573157
plan: {}
31583158
custom_attributes:
3159-
creation_source: api
3159+
industry: manufacturing
31603160
schema:
31613161
"$ref": "#/components/schemas/company"
31623162
'400':

descriptions/2.15/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ paths:
31563156
segments: []
31573157
plan: {}
31583158
custom_attributes:
3159-
creation_source: api
3159+
industry: manufacturing
31603160
schema:
31613161
"$ref": "#/components/schemas/company"
31623162
'400':

descriptions/2.7/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
summary: Identify an admin
1717
parameters:
1818
- name: Intercom-Version
19-
in: header
19+
in: header
2020
schema:
2121
"$ref": "#/components/schemas/intercom_version"
2222
tags:
@@ -1580,7 +1580,7 @@ paths:
15801580
segments: []
15811581
plan: {}
15821582
custom_attributes:
1583-
creation_source: api
1583+
industry: manufacturing
15841584
schema:
15851585
"$ref": "#/components/schemas/company"
15861586
'400':

descriptions/2.8/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ paths:
15801580
segments: []
15811581
plan: {}
15821582
custom_attributes:
1583-
creation_source: api
1583+
industry: manufacturing
15841584
schema:
15851585
"$ref": "#/components/schemas/company"
15861586
'400':

descriptions/2.9/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ paths:
15801580
segments: []
15811581
plan: {}
15821582
custom_attributes:
1583-
creation_source: api
1583+
industry: manufacturing
15841584
schema:
15851585
"$ref": "#/components/schemas/company"
15861586
'400':

0 commit comments

Comments
 (0)