@@ -10497,8 +10497,8 @@ paths:
1049710497 data:
1049810498 - type: data_connector
1049910499 id: '12345'
10500- name: Slack Notification Service
10501- description: Posts conversation updates to Slack channel
10500+ name: Order Status Service
10501+ description: Fetches order status from external fulfillment API
1050210502 state: live
1050310503 http_method: post
1050410504 direct_fin_usage: false
@@ -10713,8 +10713,8 @@ paths:
1071310713 value:
1071410714 type: data_connector
1071510715 id: '12345'
10716- name: Slack Notification Service
10717- description: Posts conversation updates to Slack channel
10716+ name: Order Status Service
10717+ description: Fetches order status from external fulfillment API
1071810718 state: live
1071910719 http_method: post
1072010720 direct_fin_usage: false
@@ -22574,7 +22574,6 @@ components:
2257422574 example: "https://api.example.com/orders/{{order_id}}/status"
2257522575 body:
2257622576 type: string
22577- nullable: true
2257822577 description: The request body template. Supports template variables.
2257922578 direct_fin_usage:
2258022579 type: boolean
@@ -22701,7 +22700,6 @@ components:
2270122700 example: "https://api.example.com/orders/{{order_id}}/status"
2270222701 body:
2270322702 type: string
22704- nullable: true
2270522703 description: The request body template. Supports template variables.
2270622704 direct_fin_usage:
2270722705 type: boolean
@@ -22811,12 +22809,12 @@ components:
2281122809 name:
2281222810 type: string
2281322811 description: The name of the data connector.
22814- example: Slack Notification Service
22812+ example: Order Status Service
2281522813 description:
2281622814 type: string
2281722815 nullable: true
2281822816 description: A description of what this data connector does.
22819- example: Posts conversation updates to Slack channel
22817+ example: Fetches order status from external fulfillment API
2282022818 state:
2282122819 type: string
2282222820 description: The current state of the data connector.
@@ -22882,12 +22880,12 @@ components:
2288222880 name:
2288322881 type: string
2288422882 description: The name of the data connector.
22885- example: Slack Notification Service
22883+ example: Order Status Service
2288622884 description:
2288722885 type: string
2288822886 nullable: true
2288922887 description: A description of what this data connector does.
22890- example: Posts conversation updates to Slack channel
22888+ example: Fetches order status from external fulfillment API
2289122889 state:
2289222890 type: string
2289322891 description: The current state of the data connector.
@@ -22902,7 +22900,6 @@ components:
2290222900 example: "https://api.example.com/orders/{{order_id}}/status"
2290322901 body:
2290422902 type: string
22905- nullable: true
2290622903 description: The request body template. Supports template variables.
2290722904 example: '{"text": "{{message}}"}'
2290822905 headers:
0 commit comments