Skip to content
Merged
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
29 changes: 29 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10663,6 +10663,14 @@ paths:
summary: Minimal - name only
value:
name: My Connector
with_mock_response:
summary: With mock response
value:
name: Order Lookup
mock_response:
order:
id: 12345
status: shipped
"/data_connectors/{id}":
get:
summary: Retrieve a data connector
Expand Down Expand Up @@ -10902,6 +10910,13 @@ paths:
summary: Set a connector to draft
value:
state: draft
with_mock_response:
summary: Update with mock response
value:
mock_response:
user:
name: Alice
email: alice@example.com
responses:
'200':
description: Data connector updated
Expand Down Expand Up @@ -22633,6 +22648,13 @@ components:
type: boolean
description: Whether to validate that all required data inputs have values before executing.
example: false
mock_response:
type: object
description: A sample JSON response from the external API. Auto-generates `response_fields` and sets `configuration_response_type` to `mock_response_type`.
example:
order:
id: 12345
status: shipped
required:
- name
update_data_connector_request:
Expand Down Expand Up @@ -22745,6 +22767,13 @@ components:
type: boolean
description: Whether to validate missing attributes before execution.
example: true
mock_response:
type: object
description: A sample JSON response from the external API. Auto-generates `response_fields` and sets `configuration_response_type` to `mock_response_type`.
example:
order:
id: 12345
status: shipped
data_connector:
title: Data Connector
type: object
Expand Down
Loading