Skip to content

Open API: New version 2.13 doc #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8630,54 +8630,54 @@ paths:
description: The unique identifier for the job which is given by Intercom
schema:
type: string
tags:
- Jobs
operationId: jobsStatus
description: Retrieve the status of job execution.
responses:
'200':
description: Job execution status
content:
application/json:
examples:
job status retrieved:
value:
type: job
id: '2'
status: success
resource_type: ticket
resource_id: '20'
resource_url: 'https://api.intercom.io/tickets/20'
schema:
"$ref": "#/components/schemas/jobs"
'404':
description: Job not found
content:
application/json:
examples:
Job not found:
value:
type: error.list
request_id: 123e4567-e89b-12d3-a456-426614174000
errors:
- code: job_not_found
message: Job Not Found
schema:
"$ref": "#/components/schemas/error"
'401':
description: Unauthorized
content:
application/json:
examples:
Unauthorized:
value:
type: error.list
request_id: 2c8a20ee-ed09-42c0-a31d-a1b4f5d2742d
errors:
- code: unauthorized
message: Access Token Invalid
schema:
"$ref": "#/components/schemas/error"
tags:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation error fix

- Jobs
operationId: jobsStatus
description: Retrieve the status of job execution.
responses:
'200':
description: Job execution status
content:
application/json:
examples:
job status retrieved:
value:
type: job
id: '2'
status: success
resource_type: ticket
resource_id: '20'
resource_url: 'https://api.intercom.io/tickets/20'
schema:
"$ref": "#/components/schemas/jobs"
'404':
description: Job not found
content:
application/json:
examples:
Job not found:
value:
type: error.list
request_id: 123e4567-e89b-12d3-a456-426614174000
errors:
- code: job_not_found
message: Job Not Found
schema:
"$ref": "#/components/schemas/error"
'401':
description: Unauthorized
content:
application/json:
examples:
Unauthorized:
value:
type: error.list
request_id: 2c8a20ee-ed09-42c0-a31d-a1b4f5d2742d
errors:
- code: unauthorized
message: Access Token Invalid
schema:
"$ref": "#/components/schemas/error"
"/messages":
post:
summary: Create a message
Expand Down
Loading