File tree Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -1741,12 +1741,27 @@ paths:
1741
1741
"/download/reporting_data/{job_identifier}":
1742
1742
get:
1743
1743
summary: Download completed export job data
1744
+ description: |
1745
+ Download the data from a completed reporting data export job.
1746
+
1747
+ > Octet header required
1748
+ >
1749
+ > You will have to specify the header Accept: `application/octet-stream` when hitting this endpoint.
1744
1750
tags: [Export]
1745
1751
parameters:
1746
1752
- name: Intercom-Version
1747
1753
in: header
1748
1754
schema:
1749
1755
"$ref": "#/components/schemas/intercom_version"
1756
+ - name: Accept
1757
+ in: header
1758
+ required: true
1759
+ schema:
1760
+ type: string
1761
+ example: application/octet-stream
1762
+ enum:
1763
+ - application/octet-stream
1764
+ description: "Required header for downloading the export file"
1750
1765
- name: app_id
1751
1766
in: query
1752
1767
required: true
Original file line number Diff line number Diff line change @@ -1741,12 +1741,27 @@ paths:
1741
1741
"/download/reporting_data/{job_identifier}":
1742
1742
get:
1743
1743
summary: Download completed export job data
1744
+ description: |
1745
+ Download the data from a completed reporting data export job.
1746
+
1747
+ > Octet header required
1748
+ >
1749
+ > You will have to specify the header Accept: `application/octet-stream` when hitting this endpoint.
1744
1750
tags: [Export]
1745
1751
parameters:
1746
1752
- name: Intercom-Version
1747
1753
in: header
1748
1754
schema:
1749
1755
"$ref": "#/components/schemas/intercom_version"
1756
+ - name: Accept
1757
+ in: header
1758
+ required: true
1759
+ schema:
1760
+ type: string
1761
+ example: application/octet-stream
1762
+ enum:
1763
+ - application/octet-stream
1764
+ description: "Required header for downloading the export file"
1750
1765
- name: app_id
1751
1766
in: query
1752
1767
required: true
Original file line number Diff line number Diff line change @@ -769,6 +769,15 @@ paths:
769
769
in : header
770
770
schema :
771
771
" $ref " : " #/components/schemas/intercom_version"
772
+ - name : Accept
773
+ in : header
774
+ required : true
775
+ schema :
776
+ type : string
777
+ example : application/octet-stream
778
+ enum :
779
+ - application/octet-stream
780
+ description : " Required header for downloading the export file"
772
781
- name : app_id
773
782
in : query
774
783
required : true
Original file line number Diff line number Diff line change 9320
9320
},
9321
9321
{
9322
9322
"key" : " Accept" ,
9323
- "value" : " application/json "
9323
+ "value" : " application/octet-stream "
9324
9324
}
9325
9325
],
9326
9326
"body" : null
Original file line number Diff line number Diff line change 9787
9787
},
9788
9788
{
9789
9789
"key" : " Accept" ,
9790
- "value" : " application/json "
9790
+ "value" : " application/octet-stream "
9791
9791
}
9792
9792
],
9793
9793
"body" : null
You can’t perform that action at this time.
0 commit comments