@@ -8630,54 +8630,54 @@ paths:
86308630 description: The unique identifier for the job which is given by Intercom
86318631 schema:
86328632 type: string
8633- tags:
8634- - Jobs
8635- operationId: jobsStatus
8636- description: Retrieve the status of job execution.
8637- responses:
8638- '200':
8639- description: Job execution status
8640- content:
8641- application/json:
8642- examples:
8643- job status retrieved:
8644- value:
8645- type: job
8646- id: '2'
8647- status: success
8648- resource_type: ticket
8649- resource_id: '20'
8650- resource_url: 'https://api.intercom.io/tickets/20'
8651- schema:
8652- "$ref": "#/components/schemas/jobs"
8653- '404':
8654- description: Job not found
8655- content:
8656- application/json:
8657- examples:
8658- Job not found:
8659- value:
8660- type: error.list
8661- request_id: 123e4567-e89b-12d3-a456-426614174000
8662- errors:
8663- - code: job_not_found
8664- message: Job Not Found
8665- schema:
8666- "$ref": "#/components/schemas/error"
8667- '401':
8668- description: Unauthorized
8669- content:
8670- application/json:
8671- examples:
8672- Unauthorized:
8673- value:
8674- type: error.list
8675- request_id: 2c8a20ee-ed09-42c0-a31d-a1b4f5d2742d
8676- errors:
8677- - code: unauthorized
8678- message: Access Token Invalid
8679- schema:
8680- "$ref": "#/components/schemas/error"
8633+ tags:
8634+ - Jobs
8635+ operationId: jobsStatus
8636+ description: Retrieve the status of job execution.
8637+ responses:
8638+ '200':
8639+ description: Job execution status
8640+ content:
8641+ application/json:
8642+ examples:
8643+ job status retrieved:
8644+ value:
8645+ type: job
8646+ id: '2'
8647+ status: success
8648+ resource_type: ticket
8649+ resource_id: '20'
8650+ resource_url: 'https://api.intercom.io/tickets/20'
8651+ schema:
8652+ "$ref": "#/components/schemas/jobs"
8653+ '404':
8654+ description: Job not found
8655+ content:
8656+ application/json:
8657+ examples:
8658+ Job not found:
8659+ value:
8660+ type: error.list
8661+ request_id: 123e4567-e89b-12d3-a456-426614174000
8662+ errors:
8663+ - code: job_not_found
8664+ message: Job Not Found
8665+ schema:
8666+ "$ref": "#/components/schemas/error"
8667+ '401':
8668+ description: Unauthorized
8669+ content:
8670+ application/json:
8671+ examples:
8672+ Unauthorized:
8673+ value:
8674+ type: error.list
8675+ request_id: 2c8a20ee-ed09-42c0-a31d-a1b4f5d2742d
8676+ errors:
8677+ - code: unauthorized
8678+ message: Access Token Invalid
8679+ schema:
8680+ "$ref": "#/components/schemas/error"
86818681 "/messages":
86828682 post:
86838683 summary: Create a message
0 commit comments