Skip to content

Commit 7f2fe11

Browse files
committed
Added examples
1 parent c3ba12e commit 7f2fe11

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12442,6 +12442,15 @@ paths:
1244212442
1244312443
attachments: []
1244412444
redacted: false
12445+
updated_attribute_data:
12446+
attribute:
12447+
type: "attribute"
12448+
id: "10"
12449+
label: "Photo"
12450+
value:
12451+
type: "value"
12452+
id: [2]
12453+
label: ["photo.png"]
1244512454
- type: ticket_part
1244612455
id: '178'
1244712456
part_type: ticket_attribute_updated_by_admin
@@ -12454,6 +12463,15 @@ paths:
1245412463
1245512464
attachments: []
1245612465
redacted: false
12466+
updated_attribute_data:
12467+
attribute:
12468+
type: "attribute"
12469+
id: "7"
12470+
label: "Progress"
12471+
value:
12472+
type: "value"
12473+
id: "Fast"
12474+
label: "Fast"
1245712475
- type: ticket_part
1245812476
id: '179'
1245912477
part_type: ticket_state_updated_by_admin
@@ -19961,7 +19979,8 @@ components:
1996119979
updated_attribute_data:
1996219980
title: Updated Attribute
1996319981
type: object
19964-
description: The updated attribute data of the ticket part for attribute update parts.
19982+
description: The updated attribute data of the ticket part. Only present for attribute update parts.
19983+
nullable: true
1996519984
properties:
1996619985
attribute:
1996719986
type: object
@@ -19999,6 +20018,7 @@ components:
1999920018
oneOf:
2000020019
- type: string
2000120020
description: The value for text/number/decimal/boolean/date attributes, or the ID of the list option for list attributes.
20021+
nullable: true
2000220022
example: "Fast"
2000320023
- type: array
2000420024
description: Array of file IDs for file attributes.

0 commit comments

Comments
 (0)