Skip to content

Commit a198c7c

Browse files
committed
updating ticket type attributes
1 parent a1a3703 commit a198c7c

File tree

1 file changed

+43
-6
lines changed

1 file changed

+43
-6
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12989,7 +12989,7 @@ components:
1298912989
format: uri
1299012990
nullable: true
1299112991
description: Image for the associated team or teammate
12992-
example: https://picsum.photos/200/300
12992+
example: https://example.photos/200/300
1299312993
team_priority_level:
1299412994
'$ref': '#/components/schemas/team_priority_level'
1299512995
admin_list:
@@ -19041,13 +19041,21 @@ components:
1904119041
example: Bug title.
1904219042
data_type:
1904319043
type: string
19044-
description: 'The type of the data attribute (allowed values: "string list
19045-
integer decimal boolean datetime files")'
19046-
example: string
19044+
description: The type of the data attribute
19045+
enum:
19046+
- string
19047+
- integer
19048+
- decimal
19049+
- boolean
19050+
- datetime
19051+
- files
1904719052
input_options:
1904819053
type: object
19049-
description: Input options for the attribute
19050-
example: 'multiline: true'
19054+
description: Multiline input option for the attribute
19055+
properties:
19056+
multiline:
19057+
type: boolean
19058+
example: true
1905119059
order:
1905219060
type: integer
1905319061
description: The order of the attribute against other attributes
@@ -19467,54 +19475,64 @@ components:
1946719475
title: Update Ticket Type Attribute Request Payload
1946819476
properties:
1946919477
name:
19478+
x-fern-type-name: AttributeName
1947019479
type: string
1947119480
description: The name of the ticket type attribute
1947219481
example: Bug Priority
1947319482
description:
19483+
x-fern-type-name: AttributeDescription
1947419484
type: string
1947519485
description: The description of the attribute presented to the teammate
1947619486
or contact
1947719487
example: Priority level of the bug
1947819488
required_to_create:
19489+
x-fern-type-name: Required
1947919490
type: boolean
1948019491
description: Whether the attribute is required to be filled in when teammates
1948119492
are creating the ticket in Inbox.
1948219493
default: false
1948319494
example: false
1948419495
required_to_create_for_contacts:
19496+
x-fern-type-name: RequiredForContacts
1948519497
type: boolean
1948619498
description: Whether the attribute is required to be filled in when contacts
1948719499
are creating the ticket in Messenger.
1948819500
default: false
1948919501
example: false
1949019502
visible_on_create:
19503+
x-fern-type-name: Visible
1949119504
type: boolean
1949219505
description: Whether the attribute is visible to teammates when creating
1949319506
a ticket in Inbox.
1949419507
default: true
1949519508
example: true
1949619509
visible_to_contacts:
19510+
x-fern-type-name: VisibleToContacts
1949719511
type: boolean
1949819512
description: Whether the attribute is visible to contacts when creating
1949919513
a ticket in Messenger.
1950019514
default: true
1950119515
example: true
1950219516
multiline:
19517+
x-fern-type-name: Multiline
1950319518
type: boolean
1950419519
description: Whether the attribute allows multiple lines of text (only applicable
1950519520
to string attributes)
1950619521
example: false
1950719522
list_items:
19523+
x-fern-type-name: ListItems
1950819524
type: string
1950919525
description: A comma delimited list of items for the attribute value (only
1951019526
applicable to list attributes)
1951119527
example: Low Priority,Medium Priority,High Priority
1951219528
allow_multiple_values:
19529+
x-fern-type-name: AllowMultipleValues
1951319530
type: boolean
1951419531
description: Whether the attribute allows multiple files to be attached
1951519532
to it (only applicable to file attributes)
1951619533
example: false
1951719534
archived:
19535+
x-fern-type-name: Archived
1951819536
type: boolean
1951919537
description: Whether the attribute should be archived and not shown during
1952019538
creation of the ticket (it will still be present on previously created
@@ -19529,14 +19547,17 @@ components:
1952919547
nullable: true
1953019548
properties:
1953119549
name:
19550+
x-fern-type-name: Name
1953219551
type: string
1953319552
description: The name of the ticket type.
1953419553
example: Bug
1953519554
description:
19555+
x-fern-type-name: Description
1953619556
type: string
1953719557
description: The description of the ticket type.
1953819558
example: A bug has been occured
1953919559
category:
19560+
x-fern-type-name: Category
1954019561
type: string
1954119562
description: Category of the Ticket Type.
1954219563
enum:
@@ -19545,15 +19566,18 @@ components:
1954519566
- Tracker
1954619567
example: Customer
1954719568
icon:
19569+
x-fern-type-name: Icon
1954819570
type: string
1954919571
description: The icon of the ticket type.
1955019572
example: "\U0001F41E"
1955119573
default: "\U0001F39F️"
1955219574
archived:
19575+
x-fern-type-name: Archived
1955319576
type: boolean
1955419577
description: The archived status of the ticket type.
1955519578
example: false
1955619579
is_internal:
19580+
x-fern-type-name: Internal
1955719581
type: boolean
1955819582
description: Whether the tickets associated with this ticket type are intended
1955919583
for internal use only or will be shared with customers. This is currently
@@ -19566,18 +19590,22 @@ components:
1956619590
title: Update Visitor Request Payload
1956719591
properties:
1956819592
id:
19593+
x-fern-type-name: Id
1956919594
type: string
1957019595
description: A unique identified for the visitor which is given by Intercom.
1957119596
example: 8a88a590-e
1957219597
user_id:
19598+
x-fern-type-name: UserId
1957319599
type: string
1957419600
description: A unique identified for the visitor which is given by you.
1957519601
example: '123'
1957619602
name:
19603+
x-fern-type-name: Name
1957719604
type: string
1957819605
description: The visitor's name.
1957919606
example: Christian Bale
1958019607
custom_attributes:
19608+
x-fern-type-name: CustomAttributes
1958119609
type: object
1958219610
description: The custom attributes which are set for the visitor.
1958319611
additionalProperties:
@@ -19601,43 +19629,52 @@ components:
1960119629
nullable: true
1960219630
properties:
1960319631
type:
19632+
x-fern-type-name: Type
1960419633
type: string
1960519634
description: Value is 'visitor'
1960619635
default: visitor
1960719636
example: visitor
1960819637
id:
19638+
x-fern-type-name: Id
1960919639
type: string
1961019640
description: The Intercom defined id representing the Visitor.
1961119641
example: 530370b477ad7120001d
1961219642
user_id:
19643+
x-fern-type-name: UserId
1961319644
type: string
1961419645
description: Automatically generated identifier for the Visitor.
1961519646
example: 8a88a590-e1c3-41e2-a502-e0649dbf721c
1961619647
anonymous:
19648+
x-fern-type-name: Anonymous
1961719649
type: boolean
1961819650
description: Identifies if this visitor is anonymous.
1961919651
example: false
1962019652
email:
19653+
x-fern-type-name: Email
1962119654
type: string
1962219655
format: email
1962319656
description: The email of the visitor.
1962419657
example: jane.doe@example.com
1962519658
phone:
19659+
x-fern-type-name: Phone
1962619660
type: string
1962719661
nullable: true
1962819662
description: The phone number of the visitor.
1962919663
example: 555-555-5555
1963019664
name:
19665+
x-fern-type-name: Name
1963119666
type: string
1963219667
nullable: true
1963319668
description: The name of the visitor.
1963419669
example: Jane Doe
1963519670
pseudonym:
19671+
x-fern-type-name: Pseudonym
1963619672
type: string
1963719673
nullable: true
1963819674
description: The pseudonym of the visitor.
1963919675
example: Red Duck from Dublin
1964019676
avatar:
19677+
x-fern-type-name: Avatar
1964119678
type: object
1964219679
properties:
1964319680
type:

0 commit comments

Comments
 (0)