Skip to content
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
15 changes: 15 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1741,12 +1741,27 @@ paths:
"/download/reporting_data/{job_identifier}":
get:
summary: Download completed export job data
description: |
Download the data from a completed reporting data export job.

> Octet header required
>
> You will have to specify the header Accept: `application/octet-stream` when hitting this endpoint.
tags: [Export]
parameters:
- name: Intercom-Version
in: header
schema:
"$ref": "#/components/schemas/intercom_version"
- name: Accept
in: header
required: true
schema:
type: string
example: application/octet-stream
enum:
- application/octet-stream
description: "Required header for downloading the export file"
- name: app_id
in: query
required: true
Expand Down
15 changes: 15 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1741,12 +1741,27 @@ paths:
"/download/reporting_data/{job_identifier}":
get:
summary: Download completed export job data
description: |
Download the data from a completed reporting data export job.

> Octet header required
>
> You will have to specify the header Accept: `application/octet-stream` when hitting this endpoint.
tags: [Export]
parameters:
- name: Intercom-Version
in: header
schema:
"$ref": "#/components/schemas/intercom_version"
- name: Accept
in: header
required: true
schema:
type: string
example: application/octet-stream
enum:
- application/octet-stream
description: "Required header for downloading the export file"
- name: app_id
in: query
required: true
Expand Down
9 changes: 9 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,15 @@ paths:
in: header
schema:
"$ref": "#/components/schemas/intercom_version"
- name: Accept
in: header
required: true
schema:
type: string
example: application/octet-stream
enum:
- application/octet-stream
description: "Required header for downloading the export file"
- name: app_id
in: query
required: true
Expand Down
2 changes: 1 addition & 1 deletion postman/2.14/intercom-api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -9320,7 +9320,7 @@
},
{
"key": "Accept",
"value": "application/json"
"value": "application/octet-stream"
}
],
"body": null
Expand Down
2 changes: 1 addition & 1 deletion postman/Unstable/intercom-api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -9787,7 +9787,7 @@
},
{
"key": "Accept",
"value": "application/json"
"value": "application/octet-stream"
}
],
"body": null
Expand Down