diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index be637cf..2d17852 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10497,8 +10497,8 @@ paths: data: - type: data_connector id: '12345' - name: Slack Notification Service - description: Posts conversation updates to Slack channel + name: Order Status Service + description: Fetches order status from external fulfillment API state: live http_method: post direct_fin_usage: false @@ -10713,8 +10713,8 @@ paths: value: type: data_connector id: '12345' - name: Slack Notification Service - description: Posts conversation updates to Slack channel + name: Order Status Service + description: Fetches order status from external fulfillment API state: live http_method: post direct_fin_usage: false @@ -22574,7 +22574,6 @@ components: example: "https://api.example.com/orders/{{order_id}}/status" body: type: string - nullable: true description: The request body template. Supports template variables. direct_fin_usage: type: boolean @@ -22701,7 +22700,6 @@ components: example: "https://api.example.com/orders/{{order_id}}/status" body: type: string - nullable: true description: The request body template. Supports template variables. direct_fin_usage: type: boolean @@ -22811,12 +22809,12 @@ components: name: type: string description: The name of the data connector. - example: Slack Notification Service + example: Order Status Service description: type: string nullable: true description: A description of what this data connector does. - example: Posts conversation updates to Slack channel + example: Fetches order status from external fulfillment API state: type: string description: The current state of the data connector. @@ -22882,12 +22880,12 @@ components: name: type: string description: The name of the data connector. - example: Slack Notification Service + example: Order Status Service description: type: string nullable: true description: A description of what this data connector does. - example: Posts conversation updates to Slack channel + example: Fetches order status from external fulfillment API state: type: string description: The current state of the data connector. @@ -22902,7 +22900,6 @@ components: example: "https://api.example.com/orders/{{order_id}}/status" body: type: string - nullable: true description: The request body template. Supports template variables. example: '{"text": "{{message}}"}' headers: