Skip to content

Commit d819a7d

Browse files
committed
Fix /tickets/enqueue for OpenAPI
1 parent 3964547 commit d819a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11505,15 +11505,15 @@ paths:
1150511505
_default_description_: there is a problem
1150611506
"/tickets/enqueue":
1150711507
post:
11508-
summary: 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.
11508+
summary: Enqueue create ticket
1150911509
parameters:
1151011510
- name: Intercom-Version
1151111511
in: header
1151211512
schema:
1151311513
"$ref": "#/components/schemas/intercom_version"
1151411514
tags:
1151511515
- Tickets
11516-
description: You can enqueue a job to create a new ticket.
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.
1151711517
operationId: enqueueCreateTicket
1151811518
responses:
1151911519
'200':

0 commit comments

Comments
 (0)