diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 084b17d..c6a9b41 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -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 diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 0faddaf..cb53ef2 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -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 diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index 227ebe7..71a80f5 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -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 diff --git a/postman/2.14/intercom-api.postman_collection.json b/postman/2.14/intercom-api.postman_collection.json index 3205030..411581e 100644 --- a/postman/2.14/intercom-api.postman_collection.json +++ b/postman/2.14/intercom-api.postman_collection.json @@ -9320,7 +9320,7 @@ }, { "key": "Accept", - "value": "application/json" + "value": "application/octet-stream" } ], "body": null diff --git a/postman/Unstable/intercom-api.postman_collection.json b/postman/Unstable/intercom-api.postman_collection.json index 0313cc5..7cb04ee 100644 --- a/postman/Unstable/intercom-api.postman_collection.json +++ b/postman/Unstable/intercom-api.postman_collection.json @@ -9787,7 +9787,7 @@ }, { "key": "Accept", - "value": "application/json" + "value": "application/octet-stream" } ], "body": null