From ffaae9cc22c2374bbf2ea2a2c5aa5ed529998324 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Wed, 16 Nov 2022 12:01:54 +0100 Subject: [PATCH] [#3949] Updated conversation.list docs (#3950) --- docs/docs/api/endpoints/components.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/docs/api/endpoints/components.md b/docs/docs/api/endpoints/components.md index 5050feb985..806f3d6de1 100644 --- a/docs/docs/api/endpoints/components.md +++ b/docs/docs/api/endpoints/components.md @@ -125,14 +125,32 @@ List all the components, both installed and not installed. { "components": [ { - "name": "sources-facebook", + "availableFor": "Open-source, Enterprise, Managed cloud", + "category": "Conversation Source", + "configurationValues": "{ \"saFile\": \"string\", \"partnerKey\": \"string\"}", + "description": "
...
", + "displayName": "Google Business Messages", + "docs": "https://airy.co/docs/core/sources/google", + "installationStatus": "uninstalled|pending|installed", + "isChannel": "true", + "name": "sources-google", + "price": "Free", "repository": "airy-core", - "installed": true + "source": "google" }, { - "name": "sources-google", + "availableFor": "Open-source, Enterprise, Managed cloud", + "category": "Conversation Source", + "configurationValues": "{ \"appId\": \"string\", \"appSecret\": \"string\", \"webhookSecret\": \"string\"}", + "description": "
...
", + "displayName": "Facebook Messenger", + "docs": "https://airy.co/docs/core/sources/facebook", + "installationStatus": "uninstalled|pending|installed", + "isChannel": "true", + "name": "sources-facebook", + "price": "Free", "repository": "airy-core", - "installed": false + "source": "facebook" } ] }