From 84f1659c45d4bbdb915fa3e890ccf1d6ee2324f0 Mon Sep 17 00:00:00 2001 From: ellicenelson Date: Mon, 20 Apr 2026 11:36:47 +0100 Subject: [PATCH] Remove include_request_url opt-in from execution results The monolith now always includes the sanitized request_url in execution result responses, so the opt-in parameter is no longer needed. Companion to intercom/intercom#498344 Co-Authored-By: Claude Opus 4.6 (1M context) --- descriptions/0/api.intercom.io.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 5d3206f..0144cfc 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -11707,15 +11707,6 @@ paths: enum: - 'true' - 'false' - - name: include_request_url - in: query - required: false - description: Include the request URL in the response (default false). - schema: - type: string - enum: - - 'true' - - 'false' tags: - Data Connectors operationId: listDataConnectorExecutionResults @@ -11723,9 +11714,7 @@ paths: Retrieve paginated execution logs for a specific data connector. Results from the last hour are returned by default. Use `start_ts` and `end_ts` to customize the time range. - Request/response bodies and request URL are excluded by default. - Use `include_bodies=true` to include bodies. - Use `include_request_url=true` to include the sanitised request URL. + Request/response bodies are excluded by default. Use `include_bodies=true` to include them. responses: '200': description: successful @@ -11742,6 +11731,7 @@ paths: success: true http_status: 200 http_method: post + request_url: https://api.vendor.com/webhook execution_time_ms: 150 source_type: workflow source_id: '5001'