You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+70-77Lines changed: 70 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -11504,77 +11504,80 @@ paths:
11504
11504
_default_title_: example
11505
11505
_default_description_: there is a problem
11506
11506
"/tickets/enqueue":
11507
-
post:
11508
-
summary: Enqueue create ticket
11509
-
parameters:
11510
-
- name: Intercom-Version
11511
-
in: header
11512
-
schema:
11513
-
"$ref": "#/components/schemas/intercom_version"
11514
-
tags:
11515
-
- Tickets
11516
-
description: Enqueues ticket creation and returns the enqueue status. We recommend using this endpoint if you'd like to create tickets without waiting for immediate processing.
11517
-
operationId: enqueueCreateTicket
11518
-
responses:
11519
-
'200':
11520
-
description: Successful response
11521
-
content:
11522
-
application/json:
11523
-
examples:
11524
-
Successful response:
11525
-
value:
11526
-
type: enqueue_status
11527
-
status: success
11528
-
job_id: 20
11529
-
job_url: https://api.intercom.io/jobs/status/20
11530
-
schema:
11531
-
"$ref": "#/components/schemas/enqueue_status"
11532
-
'401':
11533
-
description: Unauthorized
11534
-
content:
11535
-
application/json:
11536
-
examples:
11537
-
Unauthorized:
11538
-
value:
11539
-
type: error.list
11540
-
request_id: c7bf358f-135e-48d7-8286-a4988a8a1d9b
11541
-
errors:
11542
-
- code: unauthorized
11543
-
message: Access Token Invalid
11544
-
schema:
11545
-
"$ref": "#/components/schemas/error"
11546
-
'400':
11547
-
description: Bad Request
11548
-
content:
11549
-
application/json:
11507
+
post:
11508
+
summary: Enqueue create ticket
11509
+
description: Enqueues ticket creation for asynchronous processing, returning if the job was enqueued successfully to be processed. We attempt to perform a best-effort validation on inputs before tasks are enqueued. If the given parameters are incorrect, we won't enqueue the job.
0 commit comments