Skip to content

Commit b26cb93

Browse files
committed
Update unstable open api doc
1 parent 2d989c9 commit b26cb93

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11606,12 +11606,13 @@ paths:
1160611606
examples:
1160711607
Successful response:
1160811608
value:
11609-
type: enqueue_status
11610-
status: success
11611-
job_id: 20
11612-
job_url: https://api.intercom.io/jobs/status/20
11609+
type: job
11610+
id: "20"
11611+
status: pending
11612+
url: https://api.intercom.io/jobs/status/20
11613+
resource_type: ticket
1161311614
schema:
11614-
"$ref": "#/components/schemas/enqueue_status"
11615+
"$ref": "#/components/schemas/jobs"
1161511616
'401':
1161611617
description: Unauthorized
1161711618
content:
@@ -17306,23 +17307,6 @@ components:
1730617307
required:
1730717308
- type
1730817309
- errors
17309-
enqueue_status:
17310-
title: Enqueue status
17311-
type: object
17312-
description: Details of the job that was enqueued.
17313-
properties:
17314-
status:
17315-
type: string
17316-
description: Indicates if the job was successfully enqueued. The status can be either 'success' or 'failed'.
17317-
example: success
17318-
job_id:
17319-
type: string
17320-
description: Id of the job that was enqueued.
17321-
example: 20
17322-
job_url:
17323-
type: string
17324-
description: API endpoint URL to check the job status.
17325-
example: https://api.intercom.io/jobs/status/20
1732617310
external_page:
1732717311
title: External Page
1732817312
type: object
@@ -17700,7 +17684,11 @@ components:
1770017684
id:
1770117685
type: string
1770217686
description: The id of the job that's currently being processed or has completed.
17703-
example: success
17687+
example: 20
17688+
url:
17689+
type: string
17690+
description: API endpoint URL to check the job status.
17691+
example: https://api.intercom.io/jobs/status/20
1770417692
status:
1770517693
type: string
1770617694
description: The status of the job execution.

0 commit comments

Comments
 (0)