You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10663,6 +10663,14 @@ paths:
10663
10663
summary: Minimal - name only
10664
10664
value:
10665
10665
name: My Connector
10666
+
with_mock_response:
10667
+
summary: With mock response
10668
+
value:
10669
+
name: Order Lookup
10670
+
mock_response:
10671
+
order:
10672
+
id: 12345
10673
+
status: shipped
10666
10674
"/data_connectors/{id}":
10667
10675
get:
10668
10676
summary: Retrieve a data connector
@@ -10902,6 +10910,13 @@ paths:
10902
10910
summary: Set a connector to draft
10903
10911
value:
10904
10912
state: draft
10913
+
with_mock_response:
10914
+
summary: Update with mock response
10915
+
value:
10916
+
mock_response:
10917
+
user:
10918
+
name: Alice
10919
+
email: alice@example.com
10905
10920
responses:
10906
10921
'200':
10907
10922
description: Data connector updated
@@ -22633,6 +22648,13 @@ components:
22633
22648
type: boolean
22634
22649
description: Whether to validate that all required data inputs have values before executing.
22635
22650
example: false
22651
+
mock_response:
22652
+
type: object
22653
+
description: A sample JSON response from the external API. Auto-generates `response_fields` and sets `configuration_response_type` to `mock_response_type`.
22654
+
example:
22655
+
order:
22656
+
id: 12345
22657
+
status: shipped
22636
22658
required:
22637
22659
- name
22638
22660
update_data_connector_request:
@@ -22745,6 +22767,13 @@ components:
22745
22767
type: boolean
22746
22768
description: Whether to validate missing attributes before execution.
22747
22769
example: true
22770
+
mock_response:
22771
+
type: object
22772
+
description: A sample JSON response from the external API. Auto-generates `response_fields` and sets `configuration_response_type` to `mock_response_type`.
0 commit comments